Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/TPU/
Dtpu_reva.c335 return MXC_TPU_Cipher_DoOperation( in MXC_TPU_RevA_Cipher_DES_Encrypt()
346 return MXC_TPU_Cipher_DoOperation( in MXC_TPU_RevA_Cipher_DES_Decrypt()
357 return MXC_TPU_Cipher_DoOperation( in MXC_TPU_RevA_Cipher_TDES_Encrypt()
368 return MXC_TPU_Cipher_DoOperation(ciphertext, iv, key, in MXC_TPU_RevA_Cipher_TDES_Decrypt()
386 return MXC_TPU_Cipher_DoOperation(plaintext, iv, key, cipher, mode, data_size, outptr); in MXC_TPU_RevA_Cipher_AES_Encrypt()
402 return MXC_TPU_Cipher_DoOperation(ciphertext, iv, key, cipher, mode, data_size, outptr); in MXC_TPU_RevA_Cipher_AES_Decrypt()
Dtpu_me10.c155 int MXC_TPU_Cipher_DoOperation(const char *src, const char *iv, const char *key, in MXC_TPU_Cipher_DoOperation() function
Dtpu_me14.c165 int MXC_TPU_Cipher_DoOperation(const char *src, const char *iv, const char *key, in MXC_TPU_Cipher_DoOperation() function
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32650/
Dtpu.h236 int MXC_TPU_Cipher_DoOperation(const char *src, const char *iv, const char *key,
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32665/
Dtpu.h241 int MXC_TPU_Cipher_DoOperation(const char *src, const char *iv, const char *key,