Home
last modified time | relevance | path

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

/external/avb/libavb/
Davb_slot_verify.h55 } AvbSlotVerifyResult; typedef
139 const char* avb_slot_verify_result_to_string(AvbSlotVerifyResult result);
390 AvbSlotVerifyResult avb_slot_verify(AvbOps* ops,
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()
481 static AvbSlotVerifyResult load_requested_partitions( in load_requested_partitions()
[all …]
Davb_cmdline.h63 AvbSlotVerifyResult avb_append_options(
86 AvbSlotVerifyResult avb_add_root_digest_substitution(
Davb_cmdline.c210 AvbSlotVerifyResult avb_append_options( in avb_append_options()
218 AvbSlotVerifyResult ret; in avb_append_options()
404 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.cc2587 AvbSlotVerifyResult expected_result = AVB_SLOT_VERIFY_RESULT_OK; in VerificationDisabled()
3299 AvbSlotVerifyResult result = in Verify()
3322 AvbSlotVerifyResult expected_error_code_{AVB_SLOT_VERIFY_RESULT_OK};
/external/avb/libavb_ab/
Davb_ab_flow.c231 AvbSlotVerifyResult verify_result; in avb_ab_flow()