Home
last modified time | relevance | path

Searched refs:esp_flash_encrypt_region (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-2.7.6/components/bootloader_support/src/esp32/
Dflash_encrypt.c262 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/
Dflash_encrypt.c243 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/
Dflash_encrypt.c264 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/
Dflash_encrypt.c262 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/
Desp_flash_encrypt.h123 esp_err_t esp_flash_encrypt_region(uint32_t src_addr, size_t data_length);