/hal_espressif-3.4.0/components/spi_flash/test/ |
D | test_flash_encryption.c | 187 esp_flash_write_encrypted(NULL, offset, data, length)); in test_encrypted_write_new_impl() 210 esp_flash_write_encrypted(NULL, start+1, fortyeight_bytes, 32)); 213 esp_flash_write_encrypted(NULL, start, fortyeight_bytes, 15)); 253 TEST_ESP_OK(esp_flash_write_encrypted(NULL, start, plainttext_data, sizeof(plainttext_data))); 285 TEST_ESP_OK(esp_flash_write_encrypted(NULL, start, plainttext_data, sizeof(plainttext_data))); 323 …TEST_ESP_OK(esp_flash_write_encrypted(NULL, start, large_const_buffer, sizeof(large_const_buffer))…
|
/hal_espressif-3.4.0/components/spi_flash/include/ |
D | esp_flash.h | 326 esp_err_t esp_flash_write_encrypted(esp_flash_t *chip, uint32_t address, const void *buffer, uint32…
|
/hal_espressif-3.4.0/components/espcoredump/src/ |
D | core_dump_flash.c | 58 #define ESP_COREDUMP_FLASH_WRITE_ENCRYPTED(_off_, _data_, _len_) esp_flash_write_encrypted(esp_flas…
|
/hal_espressif-3.4.0/components/spi_flash/ |
D | esp_flash_api.c | 932 esp_err_t IRAM_ATTR esp_flash_write_encrypted(esp_flash_t *chip, uint32_t address, const void *buff… in esp_flash_write_encrypted() function 1191 esp_err_t err = esp_flash_write_encrypted(NULL, dest_addr, src, size); in spi_flash_write_encrypted()
|
D | partition.c | 476 return esp_flash_write_encrypted(partition->flash_chip, dst_offset, src, size); in esp_partition_write()
|
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/ld/ |
D | rom_32h2_beta_1.ld | 293 PROVIDE( esp_flash_write_encrypted = 0x40000328 ); symbol
|
D | rom_32h2_beta_2.ld | 379 PROVIDE( esp_flash_write_encrypted = 0x40000470 ); symbol
|
D | rom_32c6_beta.ld | 285 PROVIDE( esp_flash_write_encrypted = 0x40000328 ); symbol
|
D | rom_32c3.ld | 286 PROVIDE( esp_flash_write_encrypted = 0x4000032c ); symbol
|
D | rom_32s3.ld | 359 PROVIDE( esp_flash_write_encrypted = 0x4000114c ); symbol
|
D | rom_32c2.ld | 371 PROVIDE( esp_flash_write_encrypted = 0x40000460 ); symbol
|
D | rom_32s3_beta_2.ld | 344 PROVIDE ( esp_flash_write_encrypted = 0x4004ef48 ); symbol
|
/hal_espressif-3.4.0/components/esp_rom/esp32h2/ld/ |
D | esp32h2.rom.ld | 278 PROVIDE( esp_flash_write_encrypted = 0x40000328 ); symbol
|
/hal_espressif-3.4.0/docs/zh_CN/security/ |
D | flash-encryption.rst | 634 也可以使用函数 :cpp:func:`esp_flash_write_encrypted` 预加密和写入数据。
|
/hal_espressif-3.4.0/components/esp_rom/esp32c3/ld/ |
D | esp32c3.rom.ld | 271 PROVIDE( esp_flash_write_encrypted = 0x4000032c ); symbol
|
/hal_espressif-3.4.0/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.ld | 345 PROVIDE( esp_flash_write_encrypted = 0x4000114c ); symbol
|
/hal_espressif-3.4.0/docs/en/security/ |
D | flash-encryption.rst | 636 You can also pre-encrypt and write data using the function :cpp:func:`esp_flash_write_encrypted`
|
/hal_espressif-3.4.0/tools/test_idf_size/ |
D | app_esp32h2.map | 9503 [!provide] PROVIDE (esp_flash_write_encrypted = 0x40000328) 13365 esp_flash_write_encrypted esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…
|
D | app_esp32c3.map | 9801 [!provide] PROVIDE (esp_flash_write_encrypted = 0x4000032c) 15031 esp_flash_write_encrypted esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…
|
D | app_esp32s3.map | 13542 [!provide] PROVIDE (esp_flash_write_encrypted = 0x4000114c) 18652 esp_flash_write_encrypted esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…
|
D | app_esp32s2.map | 14354 esp_flash_write_encrypted esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…
|
D | app2.map | 16315 esp_flash_write_encrypted esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…
|
D | overflow_esp32c3.map | 19542 0x0000000040383fec esp_flash_write_encrypted 47515 [!provide] PROVIDE (esp_flash_write_encrypted = 0x4000032c) 61854 esp_flash_write_encrypted esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…
|
D | overflow_esp32s3.map | 35193 0x000000004037a6ac esp_flash_write_encrypted 70082 [!provide] PROVIDE (esp_flash_write_encrypted = 0x4000114c) 82860 esp_flash_write_encrypted esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…
|
D | overflow.map | 27392 0x0000000040084a30 esp_flash_write_encrypted 67244 esp_flash_write_encrypted esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.…
|