Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/libavb/
H A Davb_slot_verify.h36 } AvbSlotVerifyResult; typedef
90 const char* avb_slot_verify_result_to_string(AvbSlotVerifyResult result);
329 AvbSlotVerifyResult avb_slot_verify(AvbOps* ops,
H A Davb_slot_verify.c31 static inline bool result_should_continue(AvbSlotVerifyResult result) { in result_should_continue()
50 static AvbSlotVerifyResult load_full_partition(AvbOps* ops, in load_full_partition()
117 static AvbSlotVerifyResult read_persistent_digest(AvbOps* ops, in read_persistent_digest()
158 static AvbSlotVerifyResult load_and_verify_hash_partition( in load_and_verify_hash_partition()
170 AvbSlotVerifyResult ret; in load_and_verify_hash_partition()
358 static AvbSlotVerifyResult load_requested_partitions( in load_requested_partitions()
363 AvbSlotVerifyResult ret; in load_requested_partitions()
440 static AvbSlotVerifyResult load_and_verify_vbmeta( in load_and_verify_vbmeta()
455 AvbSlotVerifyResult ret; in load_and_verify_vbmeta()
764 AvbSlotVerifyResult sub_ret; in load_and_verify_vbmeta()
[all …]
H A Davb_cmdline.h44 AvbSlotVerifyResult avb_append_options(
65 AvbSlotVerifyResult avb_add_root_digest_substitution(
H A Davb_cmdline.c199 AvbSlotVerifyResult avb_append_options( in avb_append_options()
205 AvbSlotVerifyResult ret; in avb_append_options()
374 AvbSlotVerifyResult avb_add_root_digest_substitution( in avb_add_root_digest_substitution()
/openbmc/u-boot/cmd/
H A Davb.c234 AvbSlotVerifyResult slot_result; in do_avb_verify_part()