Searched defs:LTC_DES_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/ |
D | fsl_ltc_edma.c | 692 const uint8_t key[LTC_DES_KEY_SIZE], in ltc_des_process_EDMA() 741 const uint8_t key1[LTC_DES_KEY_SIZE], in ltc_3des_process_EDMA() 742 const uint8_t key2[LTC_DES_KEY_SIZE], in ltc_3des_process_EDMA() 743 const uint8_t key3[LTC_DES_KEY_SIZE], in ltc_3des_process_EDMA() 816 const uint8_t key[LTC_DES_KEY_SIZE]) in LTC_DES_EncryptEcbEDMA() 839 const uint8_t key[LTC_DES_KEY_SIZE]) in LTC_DES_DecryptEcbEDMA() 865 const uint8_t key[LTC_DES_KEY_SIZE]) in LTC_DES_EncryptCbcEDMA() 891 const uint8_t key[LTC_DES_KEY_SIZE]) in LTC_DES_DecryptCbcEDMA() 916 const uint8_t key[LTC_DES_KEY_SIZE]) in LTC_DES_EncryptCfbEDMA() 941 const uint8_t key[LTC_DES_KEY_SIZE]) in LTC_DES_DecryptCfbEDMA() [all …]
|
D | fsl_ltc.c | 2247 const uint8_t key[LTC_DES_KEY_SIZE], in ltc_des_process() 2303 const uint8_t key1[LTC_DES_KEY_SIZE], in ltc_3des_process() 2304 const uint8_t key2[LTC_DES_KEY_SIZE], in ltc_3des_process() 2305 const uint8_t key3[LTC_DES_KEY_SIZE], in ltc_3des_process() 2364 … const uint8_t *plaintext, uint8_t *ciphertext, uint32_t size, const uint8_t key[LTC_DES_KEY_SIZE]) in LTC_DES_EncryptEcb() 2382 … const uint8_t *ciphertext, uint8_t *plaintext, uint32_t size, const uint8_t key[LTC_DES_KEY_SIZE]) in LTC_DES_DecryptEcb() 2406 const uint8_t key[LTC_DES_KEY_SIZE]) in LTC_DES_EncryptCbc() 2430 const uint8_t key[LTC_DES_KEY_SIZE]) in LTC_DES_DecryptCbc() 2453 const uint8_t key[LTC_DES_KEY_SIZE]) in LTC_DES_EncryptCfb() 2476 const uint8_t key[LTC_DES_KEY_SIZE]) in LTC_DES_DecryptCfb() [all …]
|
D | fsl_ltc.h | 112 #define LTC_DES_KEY_SIZE 8 macro
|