Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/src/
Dsecure_boot.c153 esp_image_sig_public_key_digests_t digests = { 0 }; in check_signature_on_update_check() local
155 esp_err_t err = esp_secure_boot_get_signature_blocks_for_running_app(false, &digests); in check_signature_on_update_check()
157 if (err != ESP_OK || digests.num_digests == 0) { in check_signature_on_update_check()
162 if (digests.num_digests > 1) { in check_signature_on_update_check()
163 …s. Only the first position of signature blocks is used to verify any update", digests.num_digests); in check_signature_on_update_check()
/hal_espressif-latest/components/mbedtls/
DKconfig469 guaranteed if SHA digests are calculated one at a time. If more
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild963 If set, it means that you have a plan to use unused digests slots later.