Home
last modified time | relevance | path

Searched defs:LTC_DES_IV_SIZE (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc_edma.c691 const uint8_t iv[LTC_DES_IV_SIZE], in ltc_des_process_EDMA()
740 const uint8_t iv[LTC_DES_IV_SIZE], in ltc_3des_process_EDMA()
864 const uint8_t iv[LTC_DES_IV_SIZE], in LTC_DES_EncryptCbcEDMA()
890 const uint8_t iv[LTC_DES_IV_SIZE], in LTC_DES_DecryptCbcEDMA()
915 const uint8_t iv[LTC_DES_IV_SIZE], in LTC_DES_EncryptCfbEDMA()
940 const uint8_t iv[LTC_DES_IV_SIZE], in LTC_DES_DecryptCfbEDMA()
966 const uint8_t iv[LTC_DES_IV_SIZE], in LTC_DES_EncryptOfbEDMA()
992 const uint8_t iv[LTC_DES_IV_SIZE], in LTC_DES_DecryptOfbEDMA()
1127 const uint8_t iv[LTC_DES_IV_SIZE], in LTC_DES2_EncryptCbcEDMA()
1157 const uint8_t iv[LTC_DES_IV_SIZE], in LTC_DES3_EncryptCbcEDMA()
[all …]
Dfsl_ltc.c2246 const uint8_t iv[LTC_DES_IV_SIZE], in ltc_des_process()
2302 const uint8_t iv[LTC_DES_IV_SIZE], in ltc_3des_process()
2405 const uint8_t iv[LTC_DES_IV_SIZE], in LTC_DES_EncryptCbc()
2429 const uint8_t iv[LTC_DES_IV_SIZE], in LTC_DES_DecryptCbc()
2452 const uint8_t iv[LTC_DES_IV_SIZE], in LTC_DES_EncryptCfb()
2475 const uint8_t iv[LTC_DES_IV_SIZE], in LTC_DES_DecryptCfb()
2499 const uint8_t iv[LTC_DES_IV_SIZE], in LTC_DES_EncryptOfb()
2523 const uint8_t iv[LTC_DES_IV_SIZE], in LTC_DES_DecryptOfb()
2644 const uint8_t iv[LTC_DES_IV_SIZE], in LTC_DES2_EncryptCbc()
2671 const uint8_t iv[LTC_DES_IV_SIZE], in LTC_DES3_EncryptCbc()
[all …]
Dfsl_ltc.h115 #define LTC_DES_IV_SIZE 8 macro