Home
last modified time | relevance | path

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

/external/avb/libavb/
Davb_vbmeta_image.h239 } AvbVBMetaVerifyResult; typedef
242 const char* avb_vbmeta_verify_result_to_string(AvbVBMetaVerifyResult result);
284 AvbVBMetaVerifyResult avb_vbmeta_image_verify(
Davb_vbmeta_image.c32 AvbVBMetaVerifyResult avb_vbmeta_image_verify( in avb_vbmeta_image_verify()
37 AvbVBMetaVerifyResult ret; in avb_vbmeta_image_verify()
277 const char* avb_vbmeta_verify_result_to_string(AvbVBMetaVerifyResult result) { in avb_vbmeta_verify_result_to_string()
Davb_slot_verify.h146 AvbVBMetaVerifyResult verify_result;
Davb_slot_verify.c360 AvbVBMetaVerifyResult vbmeta_ret; in load_and_verify_vbmeta()
/external/avb/test/
Davb_vbmeta_image_unittest.cc50 bool test_modification(AvbVBMetaVerifyResult expected_result,
407 bool VerifyTest::test_modification(AvbVBMetaVerifyResult expected_result, in test_modification()
418 AvbVBMetaVerifyResult result = avb_vbmeta_image_verify( in test_modification()