Searched refs:digests (Results 1 – 3 of 3) sorted by relevance
153 esp_image_sig_public_key_digests_t digests = { 0 }; in check_signature_on_update_check() local155 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()
469 guaranteed if SHA digests are calculated one at a time. If more
963 If set, it means that you have a plan to use unused digests slots later.