Home
last modified time | relevance | path

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

/external/avb/libavb/
Davb_slot_verify.c46 static AvbSlotVerifyResult initialize_persistent_digest(
58 static inline bool result_should_continue(AvbSlotVerifyResult result) { in result_should_continue()
77 static AvbSlotVerifyResult load_full_partition(AvbOps* ops, in load_full_partition()
160 static AvbSlotVerifyResult read_persistent_digest(AvbOps* ops, in read_persistent_digest()
190 AvbSlotVerifyResult ret = in read_persistent_digest()
225 static AvbSlotVerifyResult initialize_persistent_digest( in initialize_persistent_digest()
232 AvbSlotVerifyResult ret; in initialize_persistent_digest()
278 static AvbSlotVerifyResult load_and_verify_hash_partition( in load_and_verify_hash_partition()
290 AvbSlotVerifyResult ret; in load_and_verify_hash_partition()
473 static AvbSlotVerifyResult load_requested_partitions( in load_requested_partitions()
[all …]
Davb_slot_verify.h55 } AvbSlotVerifyResult; typedef
128 const char* avb_slot_verify_result_to_string(AvbSlotVerifyResult result);
377 AvbSlotVerifyResult avb_slot_verify(AvbOps* ops,
Davb_cmdline.h63 AvbSlotVerifyResult avb_append_options(
85 AvbSlotVerifyResult avb_add_root_digest_substitution(
Davb_cmdline.c226 AvbSlotVerifyResult avb_append_options( in avb_append_options()
233 AvbSlotVerifyResult ret; in avb_append_options()
411 AvbSlotVerifyResult avb_add_root_digest_substitution( in avb_add_root_digest_substitution()
/external/u-boot/lib/libavb/
Davb_slot_verify.h36 } AvbSlotVerifyResult; typedef
90 const char* avb_slot_verify_result_to_string(AvbSlotVerifyResult result);
329 AvbSlotVerifyResult avb_slot_verify(AvbOps* ops,
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 …]
Davb_cmdline.h44 AvbSlotVerifyResult avb_append_options(
65 AvbSlotVerifyResult avb_add_root_digest_substitution(
Davb_cmdline.c199 AvbSlotVerifyResult avb_append_options( in avb_append_options()
205 AvbSlotVerifyResult ret; in avb_append_options()
371 AvbSlotVerifyResult avb_add_root_digest_substitution( in avb_add_root_digest_substitution()
/external/avb/examples/things/
Davb_atx_slot_verify.c87 static AvbSlotVerifyResult update_rollback_index(AvbOps* ops, in update_rollback_index()
125 AvbSlotVerifyResult avb_atx_slot_verify( in avb_atx_slot_verify()
135 AvbSlotVerifyResult result = AVB_SLOT_VERIFY_RESULT_OK; in avb_atx_slot_verify()
Davb_atx_slot_verify.h71 AvbSlotVerifyResult avb_atx_slot_verify(
/external/avb/test/
Davb_atx_slot_verify_unittest.cc178 AvbSlotVerifyResult expected_result_ = AVB_SLOT_VERIFY_RESULT_OK;
Davb_slot_verify_unittest.cc2127 AvbSlotVerifyResult expected_result = AVB_SLOT_VERIFY_RESULT_OK; in VerificationDisabled()
2831 AvbSlotVerifyResult result = in Verify()
2854 AvbSlotVerifyResult expected_error_code_{AVB_SLOT_VERIFY_RESULT_OK};
/external/u-boot/cmd/
Davb.c219 AvbSlotVerifyResult slot_result; in do_avb_verify_part()
/external/avb/libavb_ab/
Davb_ab_flow.c231 AvbSlotVerifyResult verify_result; in avb_ab_flow()