Home
last modified time | relevance | path

Searched refs:encrypt_partition (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/bootloader_support/src/esp32h2/
Dflash_encrypt.c28 static esp_err_t encrypt_partition(int index, const esp_partition_info_t *partition);
192 err = encrypt_partition(i, &partition_table[i]); in encrypt_flash_contents()
278 static esp_err_t encrypt_partition(int index, const esp_partition_info_t *partition) in encrypt_partition() function
/hal_espressif-3.4.0/components/bootloader_support/src/flash_encryption/
Dflash_encrypt.c42 static esp_err_t encrypt_partition(int index, const esp_partition_info_t *partition);
217 err = encrypt_partition(i, &partition_table[i]); in encrypt_flash_contents()
310 static esp_err_t encrypt_partition(int index, const esp_partition_info_t *partition) in encrypt_partition() function