Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/TPU/
Dtpu_reva.h123 int MXC_TPU_RevA_Cipher_TDES_Encrypt(const char *plaintext, const char *iv, const char *key,
Dtpu_me10.c178 return MXC_TPU_RevA_Cipher_TDES_Encrypt(plaintext, iv, key, mode, data_size, outptr); in MXC_TPU_Cipher_TDES_Encrypt()
Dtpu_me14.c188 return MXC_TPU_RevA_Cipher_TDES_Encrypt(plaintext, iv, key, mode, data_size, outptr); in MXC_TPU_Cipher_TDES_Encrypt()
Dtpu_reva.c350 int MXC_TPU_RevA_Cipher_TDES_Encrypt(const char *plaintext, const char *iv, const char *key, in MXC_TPU_RevA_Cipher_TDES_Encrypt() function