From 4c59cee9ed625b41f07b7b94b5fb632a72f0d71d Mon Sep 17 00:00:00 2001 From: Harry Ramsey Date: Wed, 13 Nov 2024 19:08:49 +0000 Subject: [PATCH] Remove documentation regarding MBEDTLS_GCM_ALT MBEDTLS_GCM_ALT has been removed in the current version. Signed-off-by: Harry Ramsey --- tf-psa-crypto/drivers/builtin/include/mbedtls/gcm.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tf-psa-crypto/drivers/builtin/include/mbedtls/gcm.h b/tf-psa-crypto/drivers/builtin/include/mbedtls/gcm.h index 37d07d8207..e620be7ba0 100644 --- a/tf-psa-crypto/drivers/builtin/include/mbedtls/gcm.h +++ b/tf-psa-crypto/drivers/builtin/include/mbedtls/gcm.h @@ -174,9 +174,7 @@ int mbedtls_gcm_crypt_and_tag(mbedtls_gcm_context *ctx, * * \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 - * cannot overlap. Implementations which require - * MBEDTLS_GCM_ALT //no-check-names to be enabled may not - * provide support for overlapping buffers. + * cannot overlap. * * \param ctx The GCM context. This must be initialized. * \param length The length of the ciphertext to decrypt, which is also @@ -284,9 +282,7 @@ int mbedtls_gcm_update_ad(mbedtls_gcm_context *ctx, * * \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 - * cannot overlap. Implementations which require - * MBEDTLS_GCM_ALT //no-check-names to be enabled may not - * provide support for overlapping buffers. + * cannot overlap. * * \param ctx The GCM context. This must be initialized. * \param input The buffer holding the input data. If \p input_length