Searched refs:MXC_TPU_Cipher_DoOperation (Results 1 – 5 of 5) sorted by relevance
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/TPU/ |
| D | tpu_reva.c | 335 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()
|
| D | tpu_me10.c | 155 int MXC_TPU_Cipher_DoOperation(const char *src, const char *iv, const char *key, in MXC_TPU_Cipher_DoOperation() function
|
| D | tpu_me14.c | 165 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/ |
| D | tpu.h | 236 int MXC_TPU_Cipher_DoOperation(const char *src, const char *iv, const char *key,
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32665/ |
| D | tpu.h | 241 int MXC_TPU_Cipher_DoOperation(const char *src, const char *iv, const char *key,
|