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.cpp449 std::unique_ptr<VBMetaData> VerifyVBMetaData(int fd, const std::string& partition_name, in VerifyVBMetaData() function
569 std::unique_ptr<VBMetaData> vbmeta = VerifyVBMetaData( in LoadAndVerifyVbmetaByPath()
/system/core/fs_mgr/libfs_avb/tests/
Davb_util_test.cpp41 using android::fs_mgr::VerifyVBMetaData;
668 std::unique_ptr<VBMetaData> vbmeta = VerifyVBMetaData( in TEST_F()
696 std::unique_ptr<VBMetaData> vbmeta = VerifyVBMetaData( in TEST_F()
756 std::unique_ptr<VBMetaData> vbmeta = VerifyVBMetaData( in TEST_F()
777 vbmeta = VerifyVBMetaData(hash_modified_fd, "system", "" /*expected_public_key_blob */, in TEST_F()
792 vbmeta = VerifyVBMetaData(aux_modified_fd, "system", "" /*expected_public_key_blob */, in TEST_F()
803 vbmeta = VerifyVBMetaData(ok_fd, "system", "" /*expected_public_key_blob */, in TEST_F()