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.h75 std::unique_ptr<VBMetaData> VerifyVBMetaData(int fd, const std::string& partition_name,
Davb_util.cpp447 std::unique_ptr<VBMetaData> VerifyVBMetaData(int fd, const std::string& partition_name, in VerifyVBMetaData() function
567 std::unique_ptr<VBMetaData> vbmeta = VerifyVBMetaData( in LoadAndVerifyVbmetaByPath()
/system/core/fs_mgr/libfs_avb/tests/
Davb_util_test.cpp41 using android::fs_mgr::VerifyVBMetaData;
662 std::unique_ptr<VBMetaData> vbmeta = VerifyVBMetaData( in TEST_F()
690 std::unique_ptr<VBMetaData> vbmeta = VerifyVBMetaData( in TEST_F()
750 std::unique_ptr<VBMetaData> vbmeta = VerifyVBMetaData( in TEST_F()
771 vbmeta = VerifyVBMetaData(hash_modified_fd, "system", "" /*expected_public_key_blob */, in TEST_F()
786 vbmeta = VerifyVBMetaData(aux_modified_fd, "system", "" /*expected_public_key_blob */, in TEST_F()
797 vbmeta = VerifyVBMetaData(ok_fd, "system", "" /*expected_public_key_blob */, in TEST_F()