Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_sce/aes2/adaptors/
Dr_sce_AES_adapt.c98 if (KeyLen > SIZE_AES_128BIT_KEYLEN_BYTES) in hw_aes_set_key()
361 hw_aes_set_key((uint8_t *) InData_KeyIndex, SIZE_AES_128BIT_KEYLEN_BYTES); in HW_SCE_Aes128EncryptDecryptInitSub()
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()
924 SIZE_AES_128BIT_KEYLEN_BYTES, in HW_SCE_Aes128CcmEncryptInitSub()
1088 SIZE_AES_128BIT_KEYLEN_BYTES); in HW_SCE_Aes128CcmDecryptInitSub()
1137 SIZE_AES_128BIT_KEYLEN_BYTES); in HW_SCE_Aes192CcmDecryptInitSub()
1186 SIZE_AES_128BIT_KEYLEN_BYTES); in HW_SCE_Aes256CcmDecryptInitSub()
/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()
129 hw_aes_set_key((uint8_t *) InData_Key, SIZE_AES_128BIT_KEYLEN_BYTES); in HW_SCE_AES_128CtrDecrypt()
Daes2_ccm_mode.c165 if (SIZE_AES_128BIT_KEYLEN_BYTES == InData_KeyType) in HW_SCE_AesCcmEncryptKeyOperation()
203 if (SIZE_AES_128BIT_KEYLEN_BYTES == InData_KeyType) in HW_SCE_AesCcmDecryptKeyOperation()
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/
Dhw_sce_aes_private.h15 #define SIZE_AES_128BIT_KEYLEN_BYTES ((SIZE_AES_128BIT_KEYLEN_BITS) / 8) macro