Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/src/flash_encryption/
Dflash_encrypt.c395 bool should_encrypt = (partition->flags & PART_FLAG_ENCRYPTED); in encrypt_partition() local
404 should_encrypt = (err == ESP_OK); in encrypt_partition()
406 if (should_encrypt) { in encrypt_partition()
414 should_encrypt = true; in encrypt_partition()
417 if (!should_encrypt) { in encrypt_partition()