Home
last modified time | relevance | path

Searched refs:SIZE_AES_256BIT_KEYLEN_BYTES (Results 1 – 3 of 3) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/src/r_sce/aes2/
Daes2_ctr_mode.c100 hw_aes_set_key((uint8_t *) InData_Key, SIZE_AES_256BIT_KEYLEN_BYTES); in HW_SCE_AES_256CtrEncrypt()
187 hw_aes_set_key((uint8_t *) InData_Key, SIZE_AES_256BIT_KEYLEN_BYTES); in HW_SCE_AES_256CtrDecrypt()
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/aes2/adaptors/
Dr_sce_AES_adapt.c441 hw_aes_set_key((uint8_t *) InData_KeyIndex, SIZE_AES_256BIT_KEYLEN_BYTES); in HW_SCE_Aes256EncryptDecryptInitSub()
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()
994 SIZE_AES_256BIT_KEYLEN_BYTES, in HW_SCE_Aes256CcmEncryptInitSub()
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/
Dhw_sce_aes_private.h23 #define SIZE_AES_256BIT_KEYLEN_BYTES ((SIZE_AES_256BIT_KEYLEN_BITS) / 8) macro