Add AES_CMAC_PRF_128 output size macro
Signed-off-by: Kusumit Ghoderao <Kusumit.Ghoderao@silabs.com>
This commit is contained in:
parent
3ab146f99e
commit
857cd4b3ee
1 changed files with 3 additions and 0 deletions
|
@ -276,6 +276,9 @@
|
||||||
* This is a vendor-specific macro. This can be configured if necessary */
|
* This is a vendor-specific macro. This can be configured if necessary */
|
||||||
#define PSA_VENDOR_PBKDF2_MAX_ITERATIONS 0xffffffff
|
#define PSA_VENDOR_PBKDF2_MAX_ITERATIONS 0xffffffff
|
||||||
|
|
||||||
|
/* Output size of AES_CMAC_PRF_128 algorithm */
|
||||||
|
#define AES_CMAC_PRF_128_OUTPUT_SIZE 16
|
||||||
|
|
||||||
/** The maximum size of a block cipher. */
|
/** The maximum size of a block cipher. */
|
||||||
#define PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE 16
|
#define PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE 16
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue