Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc_edma.c735 static status_t ltc_3des_process_EDMA(LTC_Type *base, in ltc_3des_process_EDMA() function
1020 …return ltc_3des_process_EDMA(base, handle, plaintext, ciphertext, size, NULL, key1, key2, NULL, kL… in LTC_DES2_EncryptEcbEDMA()
1048 …return ltc_3des_process_EDMA(base, handle, plaintext, ciphertext, size, NULL, key1, key2, key3, kL… in LTC_DES3_EncryptEcbEDMA()
1074 …return ltc_3des_process_EDMA(base, handle, ciphertext, plaintext, size, NULL, key1, key2, NULL, kL… in LTC_DES2_DecryptEcbEDMA()
1102 …return ltc_3des_process_EDMA(base, handle, ciphertext, plaintext, size, NULL, key1, key2, key3, kL… in LTC_DES3_DecryptEcbEDMA()
1131 …return ltc_3des_process_EDMA(base, handle, plaintext, ciphertext, size, iv, key1, key2, NULL, kLTC… in LTC_DES2_EncryptCbcEDMA()
1162 …return ltc_3des_process_EDMA(base, handle, plaintext, ciphertext, size, iv, key1, key2, key3, kLTC… in LTC_DES3_EncryptCbcEDMA()
1191 …return ltc_3des_process_EDMA(base, handle, ciphertext, plaintext, size, iv, key1, key2, NULL, kLTC… in LTC_DES2_DecryptCbcEDMA()
1222 …return ltc_3des_process_EDMA(base, handle, ciphertext, plaintext, size, iv, key1, key2, key3, kLTC… in LTC_DES3_DecryptCbcEDMA()
1250 …return ltc_3des_process_EDMA(base, handle, plaintext, ciphertext, size, iv, key1, key2, NULL, kLTC… in LTC_DES2_EncryptCfbEDMA()
[all …]