Home
last modified time | relevance | path

Searched refs:hashes (Results 1 – 5 of 5) 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.cpp98 uint64_t hashes = file_size / FEC_BLOCKSIZE; in verity_get_size() local
102 level_hashes[level] = hashes; in verity_get_size()
105 hashes = fec_div_round_up(hashes * SHA256_DIGEST_LENGTH, FEC_BLOCKSIZE); in verity_get_size()
106 total += hashes; in verity_get_size()
109 } while (hashes > 1); in verity_get_size()
226 uint32_t hashes[levels]; in verify_tree() local
228 verity_get_size(v->data_blocks * FEC_BLOCKSIZE, NULL, hashes); in verify_tree()
232 uint32_t blocks = hashes[levels - i]; in verify_tree()
265 uint32_t blocks = hashes[levels - i]; in verify_tree()
/system/apex/shim/
DREADME.md15 file called `hash.txt` with a whitelist of 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/core/fastboot/fuzzy_fastboot/
DREADME.md196 - **value** - The command that hashes a partition. Note that the name of the partition will be appe…