Replace AES_CMAC_128_PRF_OUTPUT_SIZE with PSA_MAC_LENGTH()

Signed-off-by: Kusumit Ghoderao <Kusumit.Ghoderao@silabs.com>
This commit is contained in:
Kusumit Ghoderao 2023-07-27 21:18:30 +05:30
parent 9ab03c3d72
commit a12e2d53bd
2 changed files with 9 additions and 10 deletions

View file

@ -276,9 +276,6 @@
* This is a vendor-specific macro. This can be configured if necessary */
#define PSA_VENDOR_PBKDF2_MAX_ITERATIONS 0xffffffff
/* Output size of AES_CMAC_PRF_128 algorithm */
#define PSA_AES_CMAC_PRF_128_OUTPUT_SIZE 16
/** The maximum size of a block cipher. */
#define PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE 16