Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc_edma.h167 const uint8_t iv[LTC_AES_IV_SIZE],
190 const uint8_t iv[LTC_AES_IV_SIZE],
Dfsl_ltc.h90 #define LTC_AES_IV_SIZE 16 macro
326 const uint8_t iv[LTC_AES_IV_SIZE],
347 const uint8_t iv[LTC_AES_IV_SIZE],
Dfsl_ltc_edma.c469 const uint8_t iv[LTC_AES_IV_SIZE], in LTC_AES_EncryptCbcEDMA() argument
494 retval = ltc_set_context(base, &iv[0], LTC_AES_IV_SIZE, 0); in LTC_AES_EncryptCbcEDMA()
529 const uint8_t iv[LTC_AES_IV_SIZE], in LTC_AES_DecryptCbcEDMA() argument
562 retval = ltc_set_context(base, &iv[0], LTC_AES_IV_SIZE, 0); in LTC_AES_DecryptCbcEDMA()
Dfsl_ltc.c1278 const uint8_t iv[LTC_AES_IV_SIZE], in LTC_AES_EncryptCbc() argument
1303 retval = ltc_set_context(base, &iv[0], LTC_AES_IV_SIZE, 0); in LTC_AES_EncryptCbc()
1332 const uint8_t iv[LTC_AES_IV_SIZE], in LTC_AES_DecryptCbc() argument
1357 retval = ltc_set_context(base, &iv[0], LTC_AES_IV_SIZE, 0); in LTC_AES_DecryptCbc()