Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/libavb/
H A Davb_slot_verify.c31 static inline bool result_should_continue(AvbSlotVerifyResult result) { in result_should_continue() function
334 if ((ret == AVB_SLOT_VERIFY_RESULT_OK || result_should_continue(ret)) && in load_and_verify_hash_partition()
815 if (!allow_verification_error || !result_should_continue(ret)) { in load_and_verify_vbmeta()
874 if (!result_should_continue(ret)) { in load_and_verify_vbmeta()
1157 if (result_should_continue(ret)) { in avb_slot_verify()