Home
last modified time | relevance | path

Searched refs:CAAM_SHA_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.h273 #define CAAM_SHA_BLOCK_SIZE 128U /*!< up to SHA-512 block size */ macro
274 #define CAAM_HASH_BLOCK_SIZE CAAM_SHA_BLOCK_SIZE /*!< CAAM hash block size */
Dfsl_caam.c3643 uint8_t updatedKey[CAAM_SHA_BLOCK_SIZE] = {0}; in CAAM_HMAC()
3714 uint8_t updatedKey[CAAM_SHA_BLOCK_SIZE] = {0}; in CAAM_HMAC_NonBlocking()