Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/src/secure_boot_v2/
Dsecure_boot_signatures_bootloader.c71 esp_secure_boot_key_digests_t trusted_key_copies[2]; in get_secure_boot_key_digests() local
74 memset(trusted_key_copies, 0, 2 * sizeof(esp_secure_boot_key_digests_t)); in get_secure_boot_key_digests()
79 esp_secure_boot_read_key_digests(&trusted_key_copies[0]); in get_secure_boot_key_digests()
80 esp_secure_boot_read_key_digests(&trusted_key_copies[1]); in get_secure_boot_key_digests()
81 …ESP_FAULT_ASSERT(memcmp(&trusted_keys, &trusted_key_copies[0], sizeof(esp_secure_boot_key_digests_… in get_secure_boot_key_digests()
82 …ESP_FAULT_ASSERT(memcmp(&trusted_keys, &trusted_key_copies[1], sizeof(esp_secure_boot_key_digests_… in get_secure_boot_key_digests()