Home
last modified time | relevance | path

Searched defs:hash_state (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
DHashing.h260 struct hash_state { struct
263 /// \brief Create a new hash_state structure and initialize it based on the argument
266 static hash_state create(const char *s, uint64_t seed) { in create() argument
277 static void mix_32_bytes(const char *s, uint64_t &a, uint64_t &b) { in mix_32_bytes()
290 void mix(const char *s) { in mix()
307 uint64_t finalize(size_t length) { in finalize()
/external/e2fsprogs/lib/ext2fs/
Dsha256.c81 struct hash_state { struct
85 static void sha256_compress(struct hash_state * md, const unsigned char *buf) in sha256_compress() argument
Dsha512.c111 struct hash_state { struct
115 static void sha512_compress(struct hash_state * md, const unsigned char *buf) in sha512_compress() argument