Searched defs:Hash (Results 1 – 6 of 6) sorted by relevance
24 struct Hash { struct25 static const std::vector<uint8_t> kEmptyHash; argument49 std::vector<uint8_t> mHash; argument
49 pub type Hash = [u8; HASH_SIZE]; typedef181 code_hash: Hash, in new()183 authority_hash: Hash, in new()
30 pub fn hash(input: &[u8]) -> Result<Hash> { in hash()
67 Hash::Hash(const std::string& path) : mPath(path), mHash(sha256File(path)) {} in Hash() function in android::Hash
177 string Hash() const { return hash_; } in Hash() function
454 size_t Hash = key2tag.hash_function()(Key); in nameToTag_locked() local