Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Daes_ll.h73 uint32_t input_word; in aes_ll_write_block() local
76 memcpy(&input_word, (uint8_t*)input + 4 * i, 4); in aes_ll_write_block()
77 REG_WRITE(AES_TEXT_IN_BASE + i * 4, input_word); in aes_ll_write_block()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Daes_ll.h73 uint32_t input_word; in aes_ll_write_block() local
76 memcpy(&input_word, (uint8_t*)input + 4 * i, 4); in aes_ll_write_block()
77 REG_WRITE(AES_TEXT_IN_0_REG + i * 4, input_word); in aes_ll_write_block()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Daes_ll.h73 uint32_t input_word; in aes_ll_write_block() local
76 memcpy(&input_word, (uint8_t*)input + 4 * i, 4); in aes_ll_write_block()
77 REG_WRITE(AES_TEXT_IN_0_REG + i * 4, input_word); in aes_ll_write_block()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Daes_ll.h73 uint32_t input_word; in aes_ll_write_block() local
76 memcpy(&input_word, (uint8_t*)input + 4 * i, 4); in aes_ll_write_block()
77 REG_WRITE(AES_TEXT_IN_BASE + i * 4, input_word); in aes_ll_write_block()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Daes_ll.h74 uint32_t input_word; in aes_ll_write_block() local
77 memcpy(&input_word, (uint8_t*)input + 4 * i, 4); in aes_ll_write_block()
78 REG_WRITE(AES_TEXT_IN_BASE + i * 4, input_word); in aes_ll_write_block()