Home
last modified time | relevance | path

Searched refs:VerifyVBMetaData (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/libfs_avb/
Davb_util.h69 std::unique_ptr<VBMetaData> VerifyVBMetaData(int fd, const std::string& partition_name,
Davb_util.cpp382 std::unique_ptr<VBMetaData> VerifyVBMetaData(int fd, const std::string& partition_name, in VerifyVBMetaData() function
502 std::unique_ptr<VBMetaData> vbmeta = VerifyVBMetaData( in LoadAndVerifyVbmetaByPath()
/system/core/fs_mgr/libfs_avb/tests/
Davb_util_test.cpp42 using android::fs_mgr::VerifyVBMetaData;
669 std::unique_ptr<VBMetaData> vbmeta = VerifyVBMetaData( in TEST_F()
697 std::unique_ptr<VBMetaData> vbmeta = VerifyVBMetaData( in TEST_F()
757 std::unique_ptr<VBMetaData> vbmeta = VerifyVBMetaData( in TEST_F()
779 vbmeta = VerifyVBMetaData(hash_modified_fd, "system", "" /*expected_public_key_blob */, in TEST_F()
795 vbmeta = VerifyVBMetaData(aux_modified_fd, "system", "" /*expected_public_key_blob */, in TEST_F()
807 vbmeta = VerifyVBMetaData(ok_fd, "system", "" /*expected_public_key_blob */, in TEST_F()