HomeSort by relevance Sort by last modified time
    Searched refs:AvbVBMetaVerifyResult (Results 1 - 5 of 5) sorted by null

  /external/avb/libavb/
avb_vbmeta_image.h 239 } AvbVBMetaVerifyResult;
242 const char* avb_vbmeta_verify_result_to_string(AvbVBMetaVerifyResult result);
262 * See the |AvbVBMetaVerifyResult| enum for possible return values.
284 AvbVBMetaVerifyResult avb_vbmeta_image_verify(
avb_slot_verify.h 150 AvbVBMetaVerifyResult verify_result;
avb_vbmeta_image.c 32 AvbVBMetaVerifyResult avb_vbmeta_image_verify(
37 AvbVBMetaVerifyResult ret;
277 const char* avb_vbmeta_verify_result_to_string(AvbVBMetaVerifyResult result) {
303 avb_error("Unknown AvbVBMetaVerifyResult value.\n");
avb_slot_verify.c 480 AvbVBMetaVerifyResult vbmeta_ret;
    [all...]
  /external/avb/test/
avb_vbmeta_image_unittest.cc 50 bool test_modification(AvbVBMetaVerifyResult expected_result,
407 bool VerifyTest::test_modification(AvbVBMetaVerifyResult expected_result,
418 AvbVBMetaVerifyResult result = avb_vbmeta_image_verify(

Completed in 1673 milliseconds