Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc.c2951 #define LTC_HASH_BLOCK_SIZE LTC_SHA_BLOCK_SIZE /*!< LTC hash block size */ macro
2963 #define LTC_HASH_BLOCK_SIZE LTC_AES_BLOCK_SIZE /*!< LTC hash block size */ macro
2977 uint32_t w[LTC_HASH_BLOCK_SIZE / 4]; /*!< array of 32-bit words */
2978 uint8_t b[LTC_HASH_BLOCK_SIZE]; /*!< byte array */
3466 sz = LTC_DS_DS_MASK + 1u - LTC_HASH_BLOCK_SIZE; in ltc_hash_process_input_data()