Remove comments referencing private defines.

Signed-off-by: Matthias Schulz <mschulz@hilscher.com>
This commit is contained in:
Matthias Schulz 2024-02-08 18:39:17 +01:00
parent 0e690d3c0b
commit 4a9610bffe

View file

@ -70,11 +70,7 @@ typedef struct mbedtls_gcm_context {
unsigned char MBEDTLS_PRIVATE(mode); /*!< The operation to perform:
#MBEDTLS_GCM_ENCRYPT or
#MBEDTLS_GCM_DECRYPT. */
unsigned char MBEDTLS_PRIVATE(acceleration); /*!< The acceleration to use:
#MBEDTLS_GCM_ACC_SMALLTABLE,
#MBEDTLS_GCM_ACC_LARGETABLE,
#MBEDTLS_GCM_ACC_AESNI,
#MBEDTLS_GCM_ACC_AESCE */
unsigned char MBEDTLS_PRIVATE(acceleration); /*!< The acceleration to use. */
}
mbedtls_gcm_context;