Home
last modified time | relevance | path

Searched refs:AES_IV_BASE (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Daes_ll.h176 uint32_t *reg_addr_buf = (uint32_t *)(AES_IV_BASE); in aes_ll_set_iv()
195 iv_word = REG_READ(AES_IV_BASE + (i * REG_WIDTH)); in aes_ll_read_iv()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Daes_ll.h176 uint32_t *reg_addr_buf = (uint32_t *)(AES_IV_BASE); in aes_ll_set_iv()
195 iv_word = REG_READ(AES_IV_BASE + (i * REG_WIDTH)); in aes_ll_read_iv()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Daes_ll.h176 uint32_t *reg_addr_buf = (uint32_t *)(AES_IV_BASE); in aes_ll_set_iv()
195 iv_word = REG_READ(AES_IV_BASE + (i * REG_WIDTH)); in aes_ll_read_iv()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Daes_ll.h187 uint32_t *reg_addr_buf = (uint32_t *)(AES_IV_BASE); in aes_ll_set_iv()
206 iv_word = REG_READ(AES_IV_BASE + (i * REG_WIDTH)); in aes_ll_read_iv()
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dhwcrypto_reg.h89 #define AES_IV_BASE ((DR_REG_AES_BASE) + 0x50) macro
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dhwcrypto_reg.h111 #define AES_IV_BASE ((DR_REG_AES_BASE) + 0x50) macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dhwcrypto_reg.h111 #define AES_IV_BASE ((DR_REG_AES_BASE) + 0x50) macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dhwcrypto_reg.h100 #define AES_IV_BASE ((DR_REG_AES_BASE) + 0x50) macro