1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2026-01-06 11:41:12 +03:00

Remove MBEDTLS_CMAC_ALT

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
Thomas Daubney
2024-06-05 12:56:46 +01:00
parent 027535c8a5
commit efc65e1168
4 changed files with 7 additions and 36 deletions

View File

@@ -350,7 +350,6 @@
*/
//#define MBEDTLS_TIMING_ALT
//#define MBEDTLS_CMAC_ALT
//#define MBEDTLS_MD5_ALT
//#define MBEDTLS_SHA512_ALT
@@ -2487,10 +2486,10 @@
* Enable the CMAC (Cipher-based Message Authentication Code) mode for block
* ciphers.
*
* \note When #MBEDTLS_CMAC_ALT is active, meaning that the underlying
* implementation of the CMAC algorithm is provided by an alternate
* implementation, that alternate implementation may opt to not support
* AES-192 or 3DES as underlying block ciphers for the CMAC operation.
* \note When the underlying implementation of the CMAC algorithm is provided
* by an alternate implementation, that alternate implementation may opt
* to not support AES-192 or 3DES as underlying block ciphers for the CMAC
* operation.
*
* Module: library/cmac.c
*