Home
last modified time | relevance | path

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

/aosp12/system/extras/verity/
H A Dbuild_verity_tree_main.cpp54 std::string hash_algorithm; in main() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dfsverity.h27 __u32 hash_algorithm; member
43 __u8 hash_algorithm; member
/aosp12/system/core/fs_mgr/libfs_avb/include/fs_avb/
H A Dfs_avb.h33 HashAlgorithm hash_algorithm; member
/aosp12/system/extras/libfec/
H A Davb_utils.cpp135 std::string hash_algorithm = in parse_avb_image() local
/aosp12/bootable/recovery/updater/include/private/
H A Dcommands.h194 HashTreeInfo(RangeSet hash_tree_ranges, RangeSet source_ranges, std::string hash_algorithm, in HashTreeInfo()
209 const std::string& hash_algorithm() const { in hash_algorithm() function
/aosp12/system/apex/apexd/
H A Dapex_file.h35 std::string hash_algorithm; member
/aosp12/system/core/fs_mgr/libdm/
H A Ddm_target.cpp68 const std::string& hash_algorithm, const std::string& root_digest, in DmTargetVerity()
/aosp12/build/make/tools/releasetools/
H A Dapex_utils.py198 algorithm, salt, hash_algorithm, no_hashtree, signing_args=None): argument
/aosp12/system/core/fs_mgr/libfs_avb/
H A Dfs_avb.cpp187 const HashAlgorithm& hash_algorithm, bool allow_verification_error, in LoadAndVerifyVbmeta()
H A Davb_util.cpp75 std::ostringstream hash_algorithm; in ConstructVerityTable() local
/aosp12/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_test_util.cpp51 const std::string& hash_algorithm) { in CalcVBMetaDigest()
/aosp12/bootable/recovery/updater/
H A Dcommands.cpp291 std::string hash_algorithm = tokens[pos++]; in Parse() local