Home
last modified time | relevance | path

Searched refs:hashes (Results 1 – 10 of 10) sorted by relevance

/system/tools/hidl/hashing/
DHash.cpp34 static std::map<std::string, Hash> hashes; in getMutableHash() local
36 auto it = hashes.find(path); in getMutableHash()
38 if (hashes.find(path) == hashes.end()) { in getMutableHash()
39 it = hashes.insert(it, {path, Hash(path)}); in getMutableHash()
110 auto it = hashes.find(fqName); in lookup()
112 if (it == hashes.end()) { in lookup()
155 file->hashes[fqName].push_back(hash); in readHashFile()
161 std::map<std::string, std::vector<std::string>> hashes; member
/system/extras/libfec/
Dfec_verity.cpp104 uint64_t hashes = file_size / FEC_BLOCKSIZE; in verity_get_size() local
108 level_hashes[level] = hashes; in verity_get_size()
111 hashes = fec_div_round_up(hashes * padded_digest_size, FEC_BLOCKSIZE); in verity_get_size()
112 total += hashes; in verity_get_size()
115 } while (hashes > 1); in verity_get_size()
241 uint32_t hashes[levels]; in verify_tree() local
243 verity_get_size(data_blocks * FEC_BLOCKSIZE, NULL, hashes, in verify_tree()
250 uint32_t blocks = hashes[levels - i]; in verify_tree()
276 uint32_t blocks = hashes[levels - i]; in verify_tree()
/system/tools/aidl/metadata/include/aidl/
Dmetadata.h35 std::vector<std::string> hashes; member
/system/tools/aidl/metadata/
Dtest.cpp40 EXPECT_THAT(info->hashes, ElementsAre("13e24b2fac6a979971819fba2ab0d6d7c4182122", in TEST()
/system/security/ondevice-signing/proto/
Dodsign_info.proto22 // Map of artifact files to their hashes
/system/tools/aidl/build/
Daidl_interface_metadata_singleton.go130 "hashes": strings.Join(
/system/apex/shim/
DREADME.md15 file called `hash.txt` with a list of allowed SHA512 hashes of versions shim
/system/libhidl/transport/base/1.0/
DIBase.hal124 * Returns hashes of the source HAL files that define the interfaces of the
/system/update_engine/
DREADME.md70 payload can easily be verified cryptographically (mostly through SHA256 hashes).
85 During the download, the updater client hashes the downloaded bytes and when the
387 help with generating metadata and payload hashes or signing the payloads given
/system/core/fastboot/fuzzy_fastboot/
DREADME.md196 - **value** - The command that hashes a partition. Note that the name of the partition will be appe…