Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc_edma.c743 const uint8_t key3[LTC_DES_KEY_SIZE], in ltc_3des_process_EDMA()
763 if (NULL != key3) 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()
1046 const uint8_t key3[LTC_DES_KEY_SIZE]) in LTC_DES3_EncryptEcbEDMA()
1048 …return ltc_3des_process_EDMA(base, handle, plaintext, ciphertext, size, NULL, key1, key2, key3, kL… in LTC_DES3_EncryptEcbEDMA()
1100 const uint8_t key3[LTC_DES_KEY_SIZE]) in LTC_DES3_DecryptEcbEDMA()
1102 …return ltc_3des_process_EDMA(base, handle, ciphertext, plaintext, size, NULL, key1, key2, key3, kL… in LTC_DES3_DecryptEcbEDMA()
1160 const uint8_t key3[LTC_DES_KEY_SIZE]) in LTC_DES3_EncryptCbcEDMA()
1162 …return ltc_3des_process_EDMA(base, handle, plaintext, ciphertext, size, iv, key1, key2, key3, kLTC… in LTC_DES3_EncryptCbcEDMA()
1220 const uint8_t key3[LTC_DES_KEY_SIZE]) in LTC_DES3_DecryptCbcEDMA()
[all …]
Dfsl_ltc_edma.h639 const uint8_t key3[LTC_DES_KEY_SIZE]);
663 const uint8_t key3[LTC_DES_KEY_SIZE]);
690 const uint8_t key3[LTC_DES_KEY_SIZE]);
717 const uint8_t key3[LTC_DES_KEY_SIZE]);
743 const uint8_t key3[LTC_DES_KEY_SIZE]);
769 const uint8_t key3[LTC_DES_KEY_SIZE]);
796 const uint8_t key3[LTC_DES_KEY_SIZE]);
823 const uint8_t key3[LTC_DES_KEY_SIZE]);
Dfsl_ltc.h887 const uint8_t key3[LTC_DES_KEY_SIZE]);
909 const uint8_t key3[LTC_DES_KEY_SIZE]);
934 const uint8_t key3[LTC_DES_KEY_SIZE]);
959 const uint8_t key3[LTC_DES_KEY_SIZE]);
983 const uint8_t key3[LTC_DES_KEY_SIZE]);
1007 const uint8_t key3[LTC_DES_KEY_SIZE]);
1032 const uint8_t key3[LTC_DES_KEY_SIZE]);
1057 const uint8_t key3[LTC_DES_KEY_SIZE]);
Dfsl_ltc.c2305 const uint8_t key3[LTC_DES_KEY_SIZE], in ltc_3des_process()
2321 if (NULL != key3) in ltc_3des_process()
2323 ltc_memcpy(&key[LTC_DES_KEY_SIZE * 2], &key3[0], LTC_DES_KEY_SIZE); in ltc_3des_process()
2572 const uint8_t key3[LTC_DES_KEY_SIZE]) in LTC_DES3_EncryptEcb()
2574 …return ltc_3des_process(base, plaintext, ciphertext, size, NULL, key1, key2, key3, kLTC_ModeECB, k… in LTC_DES3_EncryptEcb()
2620 const uint8_t key3[LTC_DES_KEY_SIZE]) in LTC_DES3_DecryptEcb()
2622 …return ltc_3des_process(base, ciphertext, plaintext, size, NULL, key1, key2, key3, kLTC_ModeECB, k… in LTC_DES3_DecryptEcb()
2674 const uint8_t key3[LTC_DES_KEY_SIZE]) in LTC_DES3_EncryptCbc()
2676 …return ltc_3des_process(base, plaintext, ciphertext, size, iv, key1, key2, key3, kLTC_ModeCBC, kLT… in LTC_DES3_EncryptCbc()
2728 const uint8_t key3[LTC_DES_KEY_SIZE]) in LTC_DES3_DecryptCbc()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.h2241 const uint8_t key3[CAAM_DES_KEY_SIZE]);
2265 const uint8_t key3[CAAM_DES_KEY_SIZE]);
2292 const uint8_t key3[CAAM_DES_KEY_SIZE]);
2319 const uint8_t key3[CAAM_DES_KEY_SIZE]);
2345 const uint8_t key3[CAAM_DES_KEY_SIZE]);
2371 const uint8_t key3[CAAM_DES_KEY_SIZE]);
2398 const uint8_t key3[CAAM_DES_KEY_SIZE]);
2425 const uint8_t key3[CAAM_DES_KEY_SIZE]);
2860 const uint8_t key3[CAAM_DES_KEY_SIZE]);
2886 const uint8_t key3[CAAM_DES_KEY_SIZE]);
[all …]
Dfsl_caam.c6666 const uint8_t key3[CAAM_DES_KEY_SIZE]) in CAAM_DES3_EncryptEcb()
6671 …M_DES3_EncryptEcbNonBlocking(base, handle, descBuf, plaintext, ciphertext, size, key1, key2, key3); in CAAM_DES3_EncryptEcb()
6709 const uint8_t key3[CAAM_DES_KEY_SIZE]) in CAAM_DES3_EncryptEcbNonBlocking()
6727 (void)caam_memcpy(&descriptor[6], (const uint32_t *)(uintptr_t)key3, CAAM_DES_KEY_SIZE); in CAAM_DES3_EncryptEcbNonBlocking()
6761 const uint8_t key3[CAAM_DES_KEY_SIZE]) in CAAM_DES3_DecryptEcb()
6766 …M_DES3_DecryptEcbNonBlocking(base, handle, descBuf, ciphertext, plaintext, size, key1, key2, key3); in CAAM_DES3_DecryptEcb()
6804 const uint8_t key3[CAAM_DES_KEY_SIZE]) in CAAM_DES3_DecryptEcbNonBlocking()
6822 (void)caam_memcpy(&descriptor[6], (const uint32_t *)(uintptr_t)key3, CAAM_DES_KEY_SIZE); in CAAM_DES3_DecryptEcbNonBlocking()
6859 const uint8_t key3[CAAM_DES_KEY_SIZE]) in CAAM_DES3_EncryptCbc()
6867 …S3_EncryptCbcNonBlocking(base, handle, descBuf, plaintext, ciphertext, size, iv, key1, key2, key3); in CAAM_DES3_EncryptCbc()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h894 wep_key key3; member