Searched refs:esp_flash_encrypt_region (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-2.7.6/components/bootloader_support/src/esp32/ |
D | flash_encrypt.c | 262 err = esp_flash_encrypt_region(ESP_BOOTLOADER_OFFSET, image_length); in encrypt_bootloader() 273 err = esp_flash_encrypt_region(FLASH_OFFS_SECURE_BOOT_IV_DIGEST, in encrypt_bootloader() 299 esp_err_t err = esp_flash_encrypt_region(ESP_PARTITION_TABLE_OFFSET, in encrypt_and_load_partition_table() 341 err = esp_flash_encrypt_region(partition->pos.offset, partition->pos.size); in encrypt_partition() 350 esp_err_t esp_flash_encrypt_region(uint32_t src_addr, size_t data_length) in esp_flash_encrypt_region() function
|
/hal_espressif-2.7.6/components/bootloader_support/src/esp32c3/ |
D | flash_encrypt.c | 243 err = esp_flash_encrypt_region(ESP_BOOTLOADER_OFFSET, image_length); in encrypt_bootloader() 269 esp_err_t err = esp_flash_encrypt_region(ESP_PARTITION_TABLE_OFFSET, in encrypt_and_load_partition_table() 309 err = esp_flash_encrypt_region(partition->pos.offset, partition->pos.size); in encrypt_partition() 319 esp_err_t esp_flash_encrypt_region(uint32_t src_addr, size_t data_length) in esp_flash_encrypt_region() function
|
/hal_espressif-2.7.6/components/bootloader_support/src/esp32s2/ |
D | flash_encrypt.c | 264 err = esp_flash_encrypt_region(ESP_BOOTLOADER_OFFSET, image_length); in encrypt_bootloader() 290 esp_err_t err = esp_flash_encrypt_region(ESP_PARTITION_TABLE_OFFSET, in encrypt_and_load_partition_table() 332 err = esp_flash_encrypt_region(partition->pos.offset, partition->pos.size); in encrypt_partition() 342 esp_err_t esp_flash_encrypt_region(uint32_t src_addr, size_t data_length) in esp_flash_encrypt_region() function
|
/hal_espressif-2.7.6/components/bootloader_support/src/esp32s3/ |
D | flash_encrypt.c | 262 err = esp_flash_encrypt_region(ESP_BOOTLOADER_OFFSET, image_length); in encrypt_bootloader() 288 esp_err_t err = esp_flash_encrypt_region(ESP_PARTITION_TABLE_OFFSET, in encrypt_and_load_partition_table() 330 err = esp_flash_encrypt_region(partition->pos.offset, partition->pos.size); in encrypt_partition() 340 esp_err_t esp_flash_encrypt_region(uint32_t src_addr, size_t data_length) in esp_flash_encrypt_region() function
|
/hal_espressif-2.7.6/components/bootloader_support/include/ |
D | esp_flash_encrypt.h | 123 esp_err_t esp_flash_encrypt_region(uint32_t src_addr, size_t data_length);
|