Searched defs:hash_iter (Results 1 – 2 of 2) sorted by relevance
7 struct hash_iter { struct20 void hash_iter_init(const struct hash *hash, struct hash_iter *iter); argument
209 fn hash_iter<'a>(iter: impl Iterator<Item = &'a [u8]>) -> Hash; in hash_iter() method