Searched refs:LTC_DES_KEY_SIZE (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/ |
D | fsl_ltc_edma.h | 267 const uint8_t key[LTC_DES_KEY_SIZE]); 287 const uint8_t key[LTC_DES_KEY_SIZE]); 310 const uint8_t key[LTC_DES_KEY_SIZE]); 333 const uint8_t key[LTC_DES_KEY_SIZE]); 355 const uint8_t key[LTC_DES_KEY_SIZE]); 377 const uint8_t key[LTC_DES_KEY_SIZE]); 400 const uint8_t key[LTC_DES_KEY_SIZE]); 423 const uint8_t key[LTC_DES_KEY_SIZE]); 444 const uint8_t key1[LTC_DES_KEY_SIZE], 445 const uint8_t key2[LTC_DES_KEY_SIZE]); [all …]
|
D | fsl_ltc.h | 112 #define LTC_DES_KEY_SIZE 8 macro 550 …const uint8_t *plaintext, uint8_t *ciphertext, uint32_t size, const uint8_t key[LTC_DES_KEY_SIZE]); 565 …const uint8_t *ciphertext, uint8_t *plaintext, uint32_t size, const uint8_t key[LTC_DES_KEY_SIZE]); 586 const uint8_t key[LTC_DES_KEY_SIZE]); 607 const uint8_t key[LTC_DES_KEY_SIZE]); 627 const uint8_t key[LTC_DES_KEY_SIZE]); 647 const uint8_t key[LTC_DES_KEY_SIZE]); 668 const uint8_t key[LTC_DES_KEY_SIZE]); 689 const uint8_t key[LTC_DES_KEY_SIZE]); 708 const uint8_t key1[LTC_DES_KEY_SIZE], [all …]
|
D | fsl_ltc_edma.c | 692 const uint8_t key[LTC_DES_KEY_SIZE], in ltc_des_process_EDMA() argument 709 …retval = ltc_symmetric_update(base, &key[0], LTC_DES_KEY_SIZE, kLTC_AlgorithmDES, modeAs, modeEnc); in ltc_des_process_EDMA() 741 const uint8_t key1[LTC_DES_KEY_SIZE], in ltc_3des_process_EDMA() argument 742 const uint8_t key2[LTC_DES_KEY_SIZE], in ltc_3des_process_EDMA() argument 743 const uint8_t key3[LTC_DES_KEY_SIZE], in ltc_3des_process_EDMA() argument 748 uint8_t key[LTC_DES_KEY_SIZE * 3]; in ltc_3des_process_EDMA() 749 uint8_t keySize = LTC_DES_KEY_SIZE * 2; in ltc_3des_process_EDMA() 761 ltc_memcpy(&key[0], &key1[0], LTC_DES_KEY_SIZE); in ltc_3des_process_EDMA() 762 ltc_memcpy(&key[LTC_DES_KEY_SIZE], &key2[0], LTC_DES_KEY_SIZE); in ltc_3des_process_EDMA() 765 ltc_memcpy(&key[LTC_DES_KEY_SIZE * 2], &key3[0], LTC_DES_KEY_SIZE); in ltc_3des_process_EDMA() [all …]
|
D | fsl_ltc.c | 2247 const uint8_t key[LTC_DES_KEY_SIZE], in ltc_des_process() argument 2260 …retval = ltc_symmetric_update(base, &key[0], LTC_DES_KEY_SIZE, kLTC_AlgorithmDES, modeAs, modeEnc); in ltc_des_process() 2303 const uint8_t key1[LTC_DES_KEY_SIZE], in ltc_3des_process() argument 2304 const uint8_t key2[LTC_DES_KEY_SIZE], in ltc_3des_process() argument 2305 const uint8_t key3[LTC_DES_KEY_SIZE], in ltc_3des_process() argument 2310 uint8_t key[LTC_DES_KEY_SIZE * 3]; in ltc_3des_process() 2311 uint8_t keySize = LTC_DES_KEY_SIZE * 2; in ltc_3des_process() 2319 ltc_memcpy(&key[0], &key1[0], LTC_DES_KEY_SIZE); in ltc_3des_process() 2320 ltc_memcpy(&key[LTC_DES_KEY_SIZE], &key2[0], LTC_DES_KEY_SIZE); in ltc_3des_process() 2323 ltc_memcpy(&key[LTC_DES_KEY_SIZE * 2], &key3[0], LTC_DES_KEY_SIZE); in ltc_3des_process() [all …]
|