Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bootloader_support/src/flash_encryption/
Dflash_encrypt.c45 static esp_err_t encrypt_partition(int index, const esp_partition_info_t *partition);
273 err = encrypt_partition(i, &partition_table[i]); in esp_flash_encrypt_contents()
392 static esp_err_t encrypt_partition(int index, const esp_partition_info_t *partition) in encrypt_partition() function