Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/TPU/
Dtpu_reva.h127 int MXC_TPU_RevA_Cipher_AES_Encrypt(const char *plaintext, const char *iv, const char *key,
Dtpu_me10.c191 return MXC_TPU_RevA_Cipher_AES_Encrypt(plaintext, iv, key, cipher, mode, data_size, outptr); in MXC_TPU_Cipher_AES_Encrypt()
Dtpu_me14.c201 return MXC_TPU_RevA_Cipher_AES_Encrypt(plaintext, iv, key, cipher, mode, data_size, outptr); in MXC_TPU_Cipher_AES_Encrypt()
Dtpu_reva.c373 int MXC_TPU_RevA_Cipher_AES_Encrypt(const char *plaintext, const char *iv, const char *key, in MXC_TPU_RevA_Cipher_AES_Encrypt() function