Home
last modified time | relevance | path

Searched refs:esp_rom_spiflash_write_encrypted (Results 1 – 25 of 31) sorted by relevance

12

/hal_espressif-3.7.0/components/esp_rom/esp32s2/ld/
Desp32s2.rom.spiflash.ld25 PROVIDE ( esp_rom_spiflash_write_encrypted = SPI_Encrypt_Write ); symbol
/hal_espressif-3.7.0/components/esp_rom/esp32/ld/
Desp32.rom.spiflash.ld6 PROVIDE ( esp_rom_spiflash_write_encrypted = 0x40062e78 ); symbol
/hal_espressif-3.7.0/components/esp_rom/include/
Desp_rom_spiflash.h305 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/
Dspi_flash.h401 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/
Dspi_flash.h346 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/
Dflash_mock.cpp130 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/
Dspi_flash.h358 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/
Dspi_flash.h364 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/
Dspi_flash.h351 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/
Dspi_flash.h351 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/
Dspi_flash.h395 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/
Drom_32h2.ld25 PROVIDE ( SPI_Encrypt_Write = esp_rom_spiflash_write_encrypted);
111 esp_rom_spiflash_write_encrypted = 0x4000010c; symbol
Drom_32c5_beta_3.ld25 PROVIDE ( SPI_Encrypt_Write = esp_rom_spiflash_write_encrypted);
112 esp_rom_spiflash_write_encrypted = 0x40000110; symbol
Drom_32c6.ld25 PROVIDE ( SPI_Encrypt_Write = esp_rom_spiflash_write_encrypted);
120 esp_rom_spiflash_write_encrypted = 0x40000114; symbol
Drom_32p4.ld25 PROVIDE ( SPI_Encrypt_Write = esp_rom_spiflash_write_encrypted);
122 esp_rom_spiflash_write_encrypted = 0x4fc0011c; symbol
Drom_32h2_beta_1.ld22 PROVIDE ( SPI_Encrypt_Write = esp_rom_spiflash_write_encrypted);
124 PROVIDE( esp_rom_spiflash_write_encrypted = 0x4000010c ); symbol
Drom_32h2_beta_2.ld22 PROVIDE ( SPI_Encrypt_Write = esp_rom_spiflash_write_encrypted);
119 PROVIDE( esp_rom_spiflash_write_encrypted = 0x40000110 ); symbol
Drom_32c6_beta.ld22 PROVIDE ( SPI_Encrypt_Write = esp_rom_spiflash_write_encrypted);
116 PROVIDE( esp_rom_spiflash_write_encrypted = 0x4000010c ); symbol
Drom_32c3.ld22 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/
Drom_functions.h101 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/
Dstub_write_flash.c399 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/
Desp32h2.rom.ld100 esp_rom_spiflash_write_encrypted = 0x4000010c; symbol
/hal_espressif-3.7.0/components/esp_rom/esp32c6/ld/
Desp32c6.rom.ld109 esp_rom_spiflash_write_encrypted = 0x40000114; symbol
/hal_espressif-3.7.0/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash.c377 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/
Desp_rom_spiflash.c525 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

12