Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_sce/aes2/
Daes2_ctr_mode.c38 hw_aes_set_key((uint8_t *) InData_Key, SIZE_AES_128BIT_KEYLEN_BYTES); in HW_SCE_AES_128CtrEncrypt()
69 hw_aes_set_key((uint8_t *) InData_Key, SIZE_AES_192BIT_KEYLEN_BYTES); in HW_SCE_AES_192CtrEncrypt()
100 hw_aes_set_key((uint8_t *) InData_Key, SIZE_AES_256BIT_KEYLEN_BYTES); in HW_SCE_AES_256CtrEncrypt()
129 hw_aes_set_key((uint8_t *) InData_Key, SIZE_AES_128BIT_KEYLEN_BYTES); in HW_SCE_AES_128CtrDecrypt()
158 hw_aes_set_key((uint8_t *) InData_Key, SIZE_AES_192BIT_KEYLEN_BYTES); in HW_SCE_AES_192CtrDecrypt()
187 hw_aes_set_key((uint8_t *) InData_Key, SIZE_AES_256BIT_KEYLEN_BYTES); in HW_SCE_AES_256CtrDecrypt()
Daes2_ccm_mode.c180 hw_aes_set_key((uint8_t *) InData_KeyIndex, InData_KeyType); in HW_SCE_AesCcmEncryptKeyOperation()
218 hw_aes_set_key((uint8_t *) InData_KeyIndex, InData_KeyType); in HW_SCE_AesCcmDecryptKeyOperation()
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/aes2/adaptors/
Dr_sce_AES_adapt.c85 void hw_aes_set_key (uint8_t * key, uint32_t KeyLen) in hw_aes_set_key() function
281 hw_aes_set_key((uint8_t *) InData_KeyIndex, SIZE_AES_192BIT_KEYLEN_BYTES); in HW_SCE_Aes192EncryptDecryptInitSub()
361 hw_aes_set_key((uint8_t *) InData_KeyIndex, SIZE_AES_128BIT_KEYLEN_BYTES); in HW_SCE_Aes128EncryptDecryptInitSub()
441 hw_aes_set_key((uint8_t *) InData_KeyIndex, SIZE_AES_256BIT_KEYLEN_BYTES); in HW_SCE_Aes256EncryptDecryptInitSub()
510 hw_aes_set_key((uint8_t *) InData_KeyIndex, SIZE_AES_128BIT_KEYLEN_BYTES); in HW_SCE_Aes128GcmEncryptInitSub()
561 hw_aes_set_key((uint8_t *) InData_KeyIndex, SIZE_AES_128BIT_KEYLEN_BYTES); in HW_SCE_Aes128GcmDecryptInitSub()
643 hw_aes_set_key((uint8_t *) InData_KeyIndex, SIZE_AES_192BIT_KEYLEN_BYTES); in HW_SCE_Aes192GcmEncryptInitSub()
694 hw_aes_set_key((uint8_t *) InData_KeyIndex, SIZE_AES_192BIT_KEYLEN_BYTES); in HW_SCE_Aes192GcmDecryptInitSub()
776 hw_aes_set_key((uint8_t *) InData_KeyIndex, SIZE_AES_256BIT_KEYLEN_BYTES); in HW_SCE_Aes256GcmEncryptInitSub()
827 hw_aes_set_key((uint8_t *) InData_KeyIndex, SIZE_AES_256BIT_KEYLEN_BYTES); in HW_SCE_Aes256GcmDecryptInitSub()
Dhw_sce_ra_private.h155 void hw_aes_set_key(uint8_t * key, uint32_t KeyLen);