Searched refs:output_word (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | aes_ll.h | 88 uint32_t output_word; in aes_ll_read_block() local 92 output_word = REG_READ(AES_TEXT_OUT_BASE + (i * REG_WIDTH)); in aes_ll_read_block() 94 memcpy( (uint8_t*)output + i * 4, &output_word, sizeof(output_word)); in aes_ll_read_block()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | aes_ll.h | 88 uint32_t output_word; in aes_ll_read_block() local 92 output_word = REG_READ(AES_TEXT_OUT_0_REG + (i * REG_WIDTH)); in aes_ll_read_block() 94 memcpy( (uint8_t*)output + i * 4, &output_word, sizeof(output_word)); in aes_ll_read_block()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | aes_ll.h | 88 uint32_t output_word; in aes_ll_read_block() local 92 output_word = REG_READ(AES_TEXT_OUT_0_REG + (i * REG_WIDTH)); in aes_ll_read_block() 94 memcpy( (uint8_t*)output + i * 4, &output_word, sizeof(output_word)); in aes_ll_read_block()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | aes_ll.h | 88 uint32_t output_word; in aes_ll_read_block() local 92 output_word = REG_READ(AES_TEXT_OUT_BASE + (i * REG_WIDTH)); in aes_ll_read_block() 94 memcpy( (uint8_t*)output + i * 4, &output_word, sizeof(output_word)); in aes_ll_read_block()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | aes_ll.h | 89 uint32_t output_word; in aes_ll_read_block() local 93 output_word = REG_READ(AES_TEXT_OUT_BASE + (i * REG_WIDTH)); in aes_ll_read_block() 95 memcpy( (uint8_t*)output + i * 4, &output_word, sizeof(output_word)); in aes_ll_read_block()
|