Home
last modified time | relevance | path

Searched refs:AES_TEXT_BASE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Daes_ll.h93 DPORT_REG_WRITE(AES_TEXT_BASE, i0); in aes_ll_write_block()
96 DPORT_REG_WRITE(AES_TEXT_BASE + 4, i1); in aes_ll_write_block()
99 DPORT_REG_WRITE(AES_TEXT_BASE + 8, i2); in aes_ll_write_block()
102 DPORT_REG_WRITE(AES_TEXT_BASE + 12, i3); in aes_ll_write_block()
115 esp_dport_access_read_buffer(output_words, AES_TEXT_BASE, AES_BLOCK_WORDS); in aes_ll_read_block()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dhwcrypto_reg.h71 #define AES_TEXT_BASE ((DR_REG_AES_BASE) + 0x30) macro