1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

FIx name of macro

Signed-off-by: Kusumit Ghoderao <Kusumit.Ghoderao@silabs.com>
This commit is contained in:
Kusumit Ghoderao
2023-06-27 10:41:43 +05:30
parent b3042c39fe
commit 3fde8feaa9
2 changed files with 10 additions and 8 deletions

View File

@@ -277,7 +277,7 @@
#define PSA_VENDOR_PBKDF2_MAX_ITERATIONS 0xffffffff
/* Output size of AES_CMAC_PRF_128 algorithm */
#define AES_CMAC_PRF_128_OUTPUT_SIZE 16
#define PSA_AES_CMAC_PRF_128_OUTPUT_SIZE 16
/** The maximum size of a block cipher. */
#define PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE 16