Home
last modified time | relevance | path

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

/external/avb/libavb/
Davb_slot_verify.c53 static inline bool result_should_continue(AvbSlotVerifyResult result) { in result_should_continue() function
224 if ((ret == AVB_SLOT_VERIFY_RESULT_OK || result_should_continue(ret)) && in load_and_verify_hash_partition()
712 if (!allow_verification_error || !result_should_continue(ret)) { in load_and_verify_vbmeta()
769 if (!result_should_continue(ret)) { in load_and_verify_vbmeta()
1308 if (result_should_continue(ret)) { in avb_slot_verify()