Home
last modified time | relevance | path

Searched refs:AES_AAD_BLOCK_NUM_REG (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dhwcrypto_reg.h92 #define AES_AAD_BLOCK_NUM_REG ((DR_REG_AES_BASE) + 0xA0) macro
104 #define AES_AAD_BLOCK_NUM_REG ((DR_REG_AES_BASE) + 0xA0) macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dhwcrypto_reg.h92 #define AES_AAD_BLOCK_NUM_REG ((DR_REG_AES_BASE) + 0xA0) macro
104 #define AES_AAD_BLOCK_NUM_REG ((DR_REG_AES_BASE) + 0xA0) macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dhwcrypto_reg.h81 #define AES_AAD_BLOCK_NUM_REG ((DR_REG_AES_BASE) + 0xA0) macro
93 #define AES_AAD_BLOCK_NUM_REG ((DR_REG_AES_BASE) + 0xA0) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dhwcrypto_reg.h82 #define AES_AAD_BLOCK_NUM_REG ((DR_REG_AES_BASE) + 0xA0) macro
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Daes_ll.h267 REG_WRITE(AES_AAD_BLOCK_NUM_REG, aad_num_blocks); in aes_ll_gcm_set_aad_num_blocks()