Searched defs:hash_algorithm (Results 1 – 12 of 12) sorted by relevance
/aosp12/system/extras/verity/ |
H A D | build_verity_tree_main.cpp | 54 std::string hash_algorithm; in main() local
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | fsverity.h | 27 __u32 hash_algorithm; member 43 __u8 hash_algorithm; member
|
/aosp12/system/core/fs_mgr/libfs_avb/include/fs_avb/ |
H A D | fs_avb.h | 33 HashAlgorithm hash_algorithm; member
|
/aosp12/system/extras/libfec/ |
H A D | avb_utils.cpp | 135 std::string hash_algorithm = in parse_avb_image() local
|
/aosp12/bootable/recovery/updater/include/private/ |
H A D | commands.h | 194 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 D | apex_file.h | 35 std::string hash_algorithm; member
|
/aosp12/system/core/fs_mgr/libdm/ |
H A D | dm_target.cpp | 68 const std::string& hash_algorithm, const std::string& root_digest, in DmTargetVerity()
|
/aosp12/build/make/tools/releasetools/ |
H A D | apex_utils.py | 198 algorithm, salt, hash_algorithm, no_hashtree, signing_args=None): argument
|
/aosp12/system/core/fs_mgr/libfs_avb/ |
H A D | fs_avb.cpp | 187 const HashAlgorithm& hash_algorithm, bool allow_verification_error, in LoadAndVerifyVbmeta()
|
H A D | avb_util.cpp | 75 std::ostringstream hash_algorithm; in ConstructVerityTable() local
|
/aosp12/system/core/fs_mgr/libfs_avb/tests/ |
H A D | fs_avb_test_util.cpp | 51 const std::string& hash_algorithm) { in CalcVBMetaDigest()
|
/aosp12/bootable/recovery/updater/ |
H A D | commands.cpp | 291 std::string hash_algorithm = tokens[pos++]; in Parse() local
|