Fix check_names errorr for MBEDTLS_GCM_ALT comment

This commit fixes an issue with check_names failing due to not being
defined as a macro in Mbed TLS. This is instead defined by alternative
implementations of MBEDTLS_GCM.

Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
Harry Ramsey 2024-11-12 20:02:43 +00:00
parent e320b899f5
commit 01d32e76dd

View File

@ -289,8 +289,8 @@ int mbedtls_gcm_update_ad(mbedtls_gcm_context *ctx,
* \note The output buffer \p output can be the same as the input * \note The output buffer \p output can be the same as the input
* buffer \p input. If \p output is greater than \p input, they * buffer \p input. If \p output is greater than \p input, they
* cannot overlap. Implementations which require * cannot overlap. Implementations which require
* MBEDTLS_GCM_ALT to be enabled may not provide support for * MBEDTLS_GCM_ALT //no-check-names to be enabled may not
* overlapping buffers. * provide support for overlapping buffers.
* *
* \param ctx The GCM context. This must be initialized. * \param ctx The GCM context. This must be initialized.
* \param input The buffer holding the input data. If \p input_length * \param input The buffer holding the input data. If \p input_length