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:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user