Searched refs:hashes (Results 1 – 5 of 5) sorted by relevance
34 static std::map<std::string, Hash> hashes; in getMutableHash() local36 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
98 uint64_t hashes = file_size / FEC_BLOCKSIZE; in verity_get_size() local102 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() local228 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()
15 file called `hash.txt` with a whitelist of SHA512 hashes of versions shim
124 * Returns hashes of the source HAL files that define the interfaces of the
196 - **value** - The command that hashes a partition. Note that the name of the partition will be appe…