Searched refs:key2 (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/ltc/ |
| D | fsl_ltc_edma.c | 742 const uint8_t key2[LTC_DES_KEY_SIZE], in ltc_3des_process_EDMA() 751 retval = ltc_3des_check_input_args(modeAs, size, key1, key2); in ltc_3des_process_EDMA() 762 ltc_memcpy(&key[LTC_DES_KEY_SIZE], &key2[0], LTC_DES_KEY_SIZE); in ltc_3des_process_EDMA() 1018 const uint8_t key2[LTC_DES_KEY_SIZE]) in LTC_DES2_EncryptEcbEDMA() 1020 …return ltc_3des_process_EDMA(base, handle, plaintext, ciphertext, size, NULL, key1, key2, NULL, kL… in LTC_DES2_EncryptEcbEDMA() 1045 const uint8_t key2[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() 1072 const uint8_t key2[LTC_DES_KEY_SIZE]) in LTC_DES2_DecryptEcbEDMA() 1074 …return ltc_3des_process_EDMA(base, handle, ciphertext, plaintext, size, NULL, key1, key2, NULL, kL… in LTC_DES2_DecryptEcbEDMA() 1099 const uint8_t key2[LTC_DES_KEY_SIZE], in LTC_DES3_DecryptEcbEDMA() [all …]
|
| D | fsl_ltc_edma.h | 445 const uint8_t key2[LTC_DES_KEY_SIZE]); 467 const uint8_t key2[LTC_DES_KEY_SIZE]); 492 const uint8_t key2[LTC_DES_KEY_SIZE]); 517 const uint8_t key2[LTC_DES_KEY_SIZE]); 541 const uint8_t key2[LTC_DES_KEY_SIZE]); 565 const uint8_t key2[LTC_DES_KEY_SIZE]); 590 const uint8_t key2[LTC_DES_KEY_SIZE]); 615 const uint8_t key2[LTC_DES_KEY_SIZE]); 638 const uint8_t key2[LTC_DES_KEY_SIZE], 662 const uint8_t key2[LTC_DES_KEY_SIZE], [all …]
|
| D | fsl_ltc.h | 709 const uint8_t key2[LTC_DES_KEY_SIZE]); 729 const uint8_t key2[LTC_DES_KEY_SIZE]); 752 const uint8_t key2[LTC_DES_KEY_SIZE]); 775 const uint8_t key2[LTC_DES_KEY_SIZE]); 797 const uint8_t key2[LTC_DES_KEY_SIZE]); 819 const uint8_t key2[LTC_DES_KEY_SIZE]); 842 const uint8_t key2[LTC_DES_KEY_SIZE]); 865 const uint8_t key2[LTC_DES_KEY_SIZE]); 886 const uint8_t key2[LTC_DES_KEY_SIZE], 908 const uint8_t key2[LTC_DES_KEY_SIZE], [all …]
|
| D | fsl_ltc.c | 2283 const uint8_t *key2) in ltc_3des_check_input_args() argument 2291 if ((key1 == NULL) || (key2 == NULL)) in ltc_3des_check_input_args() 2304 const uint8_t key2[LTC_DES_KEY_SIZE], in ltc_3des_process() 2313 retval = ltc_3des_check_input_args(modeAs, size, key1, key2); in ltc_3des_process() 2320 ltc_memcpy(&key[LTC_DES_KEY_SIZE], &key2[0], LTC_DES_KEY_SIZE); in ltc_3des_process() 2547 const uint8_t key2[LTC_DES_KEY_SIZE]) in LTC_DES2_EncryptEcb() 2549 …return ltc_3des_process(base, plaintext, ciphertext, size, NULL, key1, key2, NULL, kLTC_ModeECB, k… in LTC_DES2_EncryptEcb() 2571 const uint8_t key2[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() 2595 const uint8_t key2[LTC_DES_KEY_SIZE]) in LTC_DES2_DecryptEcb() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/caam/ |
| D | fsl_caam.h | 2047 const uint8_t key2[CAAM_DES_KEY_SIZE]); 2069 const uint8_t key2[CAAM_DES_KEY_SIZE]); 2094 const uint8_t key2[CAAM_DES_KEY_SIZE]); 2119 const uint8_t key2[CAAM_DES_KEY_SIZE]); 2143 const uint8_t key2[CAAM_DES_KEY_SIZE]); 2167 const uint8_t key2[CAAM_DES_KEY_SIZE]); 2192 const uint8_t key2[CAAM_DES_KEY_SIZE]); 2217 const uint8_t key2[CAAM_DES_KEY_SIZE]); 2240 const uint8_t key2[CAAM_DES_KEY_SIZE], 2264 const uint8_t key2[CAAM_DES_KEY_SIZE], [all …]
|
| D | fsl_caam.c | 5909 const uint8_t key2[CAAM_DES_KEY_SIZE]) in CAAM_DES2_EncryptEcb() 5914 … = CAAM_DES2_EncryptEcbNonBlocking(base, handle, descBuf, plaintext, ciphertext, size, key1, key2); in CAAM_DES2_EncryptEcb() 5950 const uint8_t key2[CAAM_DES_KEY_SIZE]) in CAAM_DES2_EncryptEcbNonBlocking() 5967 (void)caam_memcpy(&descriptor[4], (const uint32_t *)(uintptr_t)key2, CAAM_DES_KEY_SIZE); in CAAM_DES2_EncryptEcbNonBlocking() 5999 const uint8_t key2[CAAM_DES_KEY_SIZE]) in CAAM_DES2_DecryptEcb() 6004 … = CAAM_DES2_DecryptEcbNonBlocking(base, handle, descBuf, ciphertext, plaintext, size, key1, key2); in CAAM_DES2_DecryptEcb() 6040 const uint8_t key2[CAAM_DES_KEY_SIZE]) in CAAM_DES2_DecryptEcbNonBlocking() 6057 (void)caam_memcpy(&descriptor[4], (const uint32_t *)(uintptr_t)key2, CAAM_DES_KEY_SIZE); in CAAM_DES2_DecryptEcbNonBlocking() 6092 const uint8_t key2[CAAM_DES_KEY_SIZE]) in CAAM_DES2_EncryptCbc() 6099 …AAM_DES2_EncryptCbcNonBlocking(base, handle, descBuf, plaintext, ciphertext, size, iv, key1, key2); in CAAM_DES2_EncryptCbc() [all …]
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
| D | mlan_ioctl.h | 977 wep_key key2; member
|