Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_sce/aes2/
Daes2_ctr_mode.c69 hw_aes_set_key((uint8_t *) InData_Key, SIZE_AES_192BIT_KEYLEN_BYTES); in HW_SCE_AES_192CtrEncrypt()
158 hw_aes_set_key((uint8_t *) InData_Key, SIZE_AES_192BIT_KEYLEN_BYTES); in HW_SCE_AES_192CtrDecrypt()
Daes2_ccm_mode.c169 else if (SIZE_AES_192BIT_KEYLEN_BYTES == InData_KeyType) in HW_SCE_AesCcmEncryptKeyOperation()
207 else if (SIZE_AES_192BIT_KEYLEN_BYTES == InData_KeyType) in HW_SCE_AesCcmDecryptKeyOperation()
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/aes2/adaptors/
Dr_sce_AES_adapt.c89 if (KeyLen > SIZE_AES_192BIT_KEYLEN_BYTES) in hw_aes_set_key()
281 hw_aes_set_key((uint8_t *) InData_KeyIndex, SIZE_AES_192BIT_KEYLEN_BYTES); in HW_SCE_Aes192EncryptDecryptInitSub()
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()
959 SIZE_AES_192BIT_KEYLEN_BYTES, in HW_SCE_Aes192CcmEncryptInitSub()
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/
Dhw_sce_aes_private.h19 #define SIZE_AES_192BIT_KEYLEN_BYTES ((SIZE_AES_192BIT_KEYLEN_BITS) / 8) macro