Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/include/
Desp_flash_partitions.h36 #define PART_FLAG_ENCRYPTED (1<<0) macro
/hal_espressif-latest/components/bootloader_support/src/flash_encryption/
Dflash_encrypt.c395 bool should_encrypt = (partition->flags & PART_FLAG_ENCRYPTED); in encrypt_partition()