Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Daes_ll.h168 uint32_t *reg_addr_buf = (uint32_t *)(AES_IV_MEM); in aes_ll_set_iv()
187 iv_word = REG_READ(AES_IV_MEM + (i * REG_WIDTH)); in aes_ll_read_iv()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Daes_ll.h168 uint32_t *reg_addr_buf = (uint32_t *)(AES_IV_MEM); in aes_ll_set_iv()
187 iv_word = REG_READ(AES_IV_MEM + (i * REG_WIDTH)); in aes_ll_read_iv()
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Daes_reg.h260 #define AES_IV_MEM (DR_REG_AES_BASE + 0x50) macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Daes_reg.h260 #define AES_IV_MEM (DR_REG_AES_BASE + 0x50) macro