/hal_espressif-3.7.0/components/esp_rom/esp32s2/ld/ |
D | esp32s2.rom.spiflash.ld | 25 PROVIDE ( esp_rom_spiflash_write_encrypted = SPI_Encrypt_Write ); symbol
|
/hal_espressif-3.7.0/components/esp_rom/esp32/ld/ |
D | esp32.rom.spiflash.ld | 6 PROVIDE ( esp_rom_spiflash_write_encrypted = 0x40062e78 ); symbol
|
/hal_espressif-3.7.0/components/esp_rom/include/ |
D | esp_rom_spiflash.h | 305 esp_rom_spiflash_result_t esp_rom_spiflash_write_encrypted(uint32_t flash_addr, uint32_t *data, uin…
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32/rom/ |
D | spi_flash.h | 401 esp_rom_spiflash_result_t esp_rom_spiflash_write_encrypted(uint32_t flash_addr, uint32_t *data, uin…
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32s2/rom/ |
D | spi_flash.h | 346 esp_rom_spiflash_result_t esp_rom_spiflash_write_encrypted(uint32_t flash_addr, uint32_t *data, uin…
|
/hal_espressif-3.7.0/components/spi_flash/sim/ |
D | flash_mock.cpp | 130 esp_rom_spiflash_result_t esp_rom_spiflash_write_encrypted(uint32_t flash_addr, uint32_t *data, uin… in esp_rom_spiflash_write_encrypted() function
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c3/rom/ |
D | spi_flash.h | 358 esp_rom_spiflash_result_t esp_rom_spiflash_write_encrypted(uint32_t flash_addr, uint32_t *data, uin…
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c2/rom/ |
D | spi_flash.h | 364 esp_rom_spiflash_result_t esp_rom_spiflash_write_encrypted(uint32_t flash_addr, uint32_t *data, uin…
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c6/rom/ |
D | spi_flash.h | 351 esp_rom_spiflash_result_t esp_rom_spiflash_write_encrypted(uint32_t flash_addr, uint32_t *data, uin…
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32h2/rom/ |
D | spi_flash.h | 351 esp_rom_spiflash_result_t esp_rom_spiflash_write_encrypted(uint32_t flash_addr, uint32_t *data, uin…
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32s3/rom/ |
D | spi_flash.h | 395 esp_rom_spiflash_result_t esp_rom_spiflash_write_encrypted(uint32_t flash_addr, uint32_t *data, uin…
|
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/ld/ |
D | rom_32h2.ld | 25 PROVIDE ( SPI_Encrypt_Write = esp_rom_spiflash_write_encrypted); 111 esp_rom_spiflash_write_encrypted = 0x4000010c; symbol
|
D | rom_32c5_beta_3.ld | 25 PROVIDE ( SPI_Encrypt_Write = esp_rom_spiflash_write_encrypted); 112 esp_rom_spiflash_write_encrypted = 0x40000110; symbol
|
D | rom_32c6.ld | 25 PROVIDE ( SPI_Encrypt_Write = esp_rom_spiflash_write_encrypted); 120 esp_rom_spiflash_write_encrypted = 0x40000114; symbol
|
D | rom_32p4.ld | 25 PROVIDE ( SPI_Encrypt_Write = esp_rom_spiflash_write_encrypted); 122 esp_rom_spiflash_write_encrypted = 0x4fc0011c; symbol
|
D | rom_32h2_beta_1.ld | 22 PROVIDE ( SPI_Encrypt_Write = esp_rom_spiflash_write_encrypted); 124 PROVIDE( esp_rom_spiflash_write_encrypted = 0x4000010c ); symbol
|
D | rom_32h2_beta_2.ld | 22 PROVIDE ( SPI_Encrypt_Write = esp_rom_spiflash_write_encrypted); 119 PROVIDE( esp_rom_spiflash_write_encrypted = 0x40000110 ); symbol
|
D | rom_32c6_beta.ld | 22 PROVIDE ( SPI_Encrypt_Write = esp_rom_spiflash_write_encrypted); 116 PROVIDE( esp_rom_spiflash_write_encrypted = 0x4000010c ); symbol
|
D | rom_32c3.ld | 22 PROVIDE ( SPI_Encrypt_Write = esp_rom_spiflash_write_encrypted); 118 PROVIDE( esp_rom_spiflash_write_encrypted = 0x40000110 ); symbol
|
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/include/ |
D | rom_functions.h | 101 SpiFlashOpResult esp_rom_spiflash_write_encrypted(uint32_t addr, const uint8_t *src, uint32_t size);
|
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/ |
D | stub_write_flash.c | 399 res = esp_rom_spiflash_write_encrypted(fs.next_write, data_buf, length); in handle_flash_encrypt_data()
|
/hal_espressif-3.7.0/components/esp_rom/esp32h2/ld/ |
D | esp32h2.rom.ld | 100 esp_rom_spiflash_write_encrypted = 0x4000010c; symbol
|
/hal_espressif-3.7.0/components/esp_rom/esp32c6/ld/ |
D | esp32c6.rom.ld | 109 esp_rom_spiflash_write_encrypted = 0x40000114; symbol
|
/hal_espressif-3.7.0/components/bootloader_support/bootloader_flash/src/ |
D | bootloader_flash.c | 377 return spi_to_esp_err(esp_rom_spiflash_write_encrypted(dest_addr, src, size)); in bootloader_flash_write()
|
/hal_espressif-3.7.0/components/esp_rom/patches/ |
D | esp_rom_spiflash.c | 525 esp_rom_spiflash_result_t esp_rom_spiflash_write_encrypted(uint32_t flash_addr, uint32_t *data, uin… in esp_rom_spiflash_write_encrypted() function
|