Home
last modified time | relevance | path

Searched defs:hash_algorithm (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/fs_mgr/libfs_avb/include/fs_avb/
H A Dfs_avb.h33 HashAlgorithm hash_algorithm; member
/aosp14/system/core/fs_mgr/libdm/
H A Ddm_target.cpp68 const std::string& hash_algorithm, const std::string& root_digest, in DmTargetVerity()
/aosp14/system/core/fs_mgr/libfs_avb/
H A Dfs_avb.cpp188 const HashAlgorithm& hash_algorithm, bool allow_verification_error, in LoadAndVerifyVbmeta()
H A Davb_util.cpp62 std::ostringstream hash_algorithm; in ConstructVerityTable() local
/aosp14/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_test_util.cpp51 const std::string& hash_algorithm) { in CalcVBMetaDigest()