Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/src/
Dsecure_boot.c63 #elif SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS == 1 && CONFIG_SECURE_BOOT_V2_ENABLED
89 #elif SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS > 1 && CONFIG_SECURE_BOOT_V2_ENABLED
93 esp_efuse_purpose_t purpose[SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS] = { in secure_boot_v2_check()
99 for (unsigned i = 0; i < SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS; ++i) { in secure_boot_v2_check()
348 #if SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS == 1 in esp_secure_boot_cfg_verify_release_mode()
355 for (unsigned i = 0; i < SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS; ++i) { in esp_secure_boot_cfg_verify_release_mode()
/hal_espressif-latest/components/bootloader_support/include/
Desp_secure_boot.h201 …uint8_t key_digests[SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS][ESP_SECURE_BOOT_DIGEST_LEN]; /* SHA of t…
/hal_espressif-latest/components/bootloader_support/src/secure_boot_v2/
Dsecure_boot_signatures_app.c31 _Static_assert(SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS == SECURE_BOOT_NUM_BLOCKS,
285 …!part_pos || (efuse_digest_index < 0 || efuse_digest_index >= SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS)) { in esp_secure_boot_verify_with_efuse_digest_index()
Dsecure_boot_signatures_bootloader.c91 #if SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS == 1 in get_secure_boot_key_digests()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc_caps.h263 #define SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS (1U) macro
DKconfig.soc_caps.in542 config SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS config
/hal_espressif-latest/components/efuse/include/
Desp_efuse.h56 const void *key_digests[SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS]; /**< Pointers to the key digests */
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h365 #define SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 1 macro
DKconfig.soc_caps.in726 config SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS config
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc_caps.h389 #define SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 3 macro
DKconfig.soc_caps.in886 config SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS config
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc_caps.h358 #define SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 3 macro
DKconfig.soc_caps.in806 config SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS config
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h430 #define SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 3 macro
DKconfig.soc_caps.in1030 config SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h456 #define SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 3 macro
DKconfig.soc_caps.in1118 config SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS config
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h445 #define SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 3 macro
DKconfig.soc_caps.in1034 config SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS config
/hal_espressif-latest/components/efuse/src/efuse_controller/keys/with_key_purposes/
Desp_efuse_api_key.c406 for (unsigned i = 0; i < SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS; i++) { in esp_secure_boot_read_key_digests()