Searched defs:hashes (Results 1 – 5 of 5) sorted by relevance
35 static std::map<std::string, Hash> hashes; in getMutableHash() local153 std::map<std::string, std::vector<std::string>> hashes; member
35 std::vector<std::string> hashes; member
104 uint64_t hashes = file_size / FEC_BLOCKSIZE; in verity_get_size() local241 uint32_t hashes[levels]; in verify_tree() local
140 std::vector<std::string> hashes; in GetFileHashes() local
161 void ApexSession::SetApexFileHashes(const std::vector<std::string>& hashes) { in SetApexFileHashes()