mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-24 15:02:55 +00:00
Remove comments referencing private defines.
Signed-off-by: Matthias Schulz <mschulz@hilscher.com>
This commit is contained in:
parent
0e690d3c0b
commit
4a9610bffe
@ -70,11 +70,7 @@ typedef struct mbedtls_gcm_context {
|
|||||||
unsigned char MBEDTLS_PRIVATE(mode); /*!< The operation to perform:
|
unsigned char MBEDTLS_PRIVATE(mode); /*!< The operation to perform:
|
||||||
#MBEDTLS_GCM_ENCRYPT or
|
#MBEDTLS_GCM_ENCRYPT or
|
||||||
#MBEDTLS_GCM_DECRYPT. */
|
#MBEDTLS_GCM_DECRYPT. */
|
||||||
unsigned char MBEDTLS_PRIVATE(acceleration); /*!< The acceleration to use:
|
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 */
|
|
||||||
}
|
}
|
||||||
mbedtls_gcm_context;
|
mbedtls_gcm_context;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user