Searched refs:AvbSlotVerifyResult (Results 1 – 4 of 4) sorted by relevance
55 } AvbSlotVerifyResult; typedef109 const char* avb_slot_verify_result_to_string(AvbSlotVerifyResult result);335 AvbSlotVerifyResult avb_slot_verify(AvbOps* ops,
53 static inline bool result_should_continue(AvbSlotVerifyResult result) { in result_should_continue()72 static AvbSlotVerifyResult load_and_verify_hash_partition( in load_and_verify_hash_partition()84 AvbSlotVerifyResult ret; in load_and_verify_hash_partition()247 static AvbSlotVerifyResult load_requested_partitions( in load_requested_partitions()252 AvbSlotVerifyResult ret; in load_requested_partitions()340 static AvbSlotVerifyResult load_and_verify_vbmeta( in load_and_verify_vbmeta()354 AvbSlotVerifyResult ret; in load_and_verify_vbmeta()662 AvbSlotVerifyResult sub_ret; in load_and_verify_vbmeta()703 AvbSlotVerifyResult sub_ret; in load_and_verify_vbmeta()719 AvbSlotVerifyResult sub_ret; in load_and_verify_vbmeta()[all …]
231 AvbSlotVerifyResult verify_result; in avb_ab_flow()
1787 AvbSlotVerifyResult expected_result = AVB_SLOT_VERIFY_RESULT_OK; in VerificationDisabled()