Home
last modified time | relevance | path

Searched refs:plaintext_offs (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_flash_encrypted_ll.h95 uint32_t plaintext_offs = (address % 64); in spi_flash_encrypt_ll_plaintext_save() local
96 memcpy((void *)(AES_XTS_PLAIN_BASE + plaintext_offs), buffer, size); in spi_flash_encrypt_ll_plaintext_save()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_flash_encrypted_ll.h87 uint32_t plaintext_offs = (address % 64); in spi_flash_encrypt_ll_plaintext_save() local
88 memcpy((void *)(AES_XTS_PLAIN_BASE + plaintext_offs), buffer, size); in spi_flash_encrypt_ll_plaintext_save()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_flash_encrypted_ll.h95 uint32_t plaintext_offs = (address % 64); in spi_flash_encrypt_ll_plaintext_save() local
96 memcpy((void *)(AES_XTS_PLAIN_BASE + plaintext_offs), buffer, size); in spi_flash_encrypt_ll_plaintext_save()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_flash_encrypted_ll.h104 uint32_t plaintext_offs = (address % 64); in spi_flash_encrypt_ll_plaintext_save() local
105 memcpy((void *)(AES_XTS_PLAIN_BASE + plaintext_offs), buffer, size); in spi_flash_encrypt_ll_plaintext_save()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_flash_encrypted_ll.h87 uint32_t plaintext_offs = (address % 64); in spi_flash_encrypt_ll_plaintext_save() local
88 memcpy((void *)(XTS_AES_PLAIN_MEM(0) + plaintext_offs), buffer, size); in spi_flash_encrypt_ll_plaintext_save()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_flash_encrypted_ll.h87 uint32_t plaintext_offs = (address % 64); in spi_flash_encrypt_ll_plaintext_save() local
88 memcpy((void *)(XTS_AES_PLAIN_MEM(0) + plaintext_offs), buffer, size); in spi_flash_encrypt_ll_plaintext_save()