Searched defs:hash_state (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | Hashing.h | 260 struct hash_state { struct 263 /// 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/llvm/include/llvm/ADT/ |
D | Hashing.h | 260 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/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Hashing.h | 260 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/ |
D | sha512.c | 111 struct hash_state { struct 115 static void sha512_compress(struct hash_state * md, const unsigned char *buf) in sha512_compress() argument
|
D | sha256.c | 81 struct hash_state { struct 85 static void sha256_compress(struct hash_state * md, const unsigned char *buf) in sha256_compress() argument
|
/external/f2fs-tools/tools/ |
D | sha512.c | 131 struct hash_state { struct 135 static void sha512_compress(struct hash_state * md, const unsigned char *buf) in sha512_compress() argument
|
/external/python/cpython3/Modules/ |
D | sha1module.c | 54 struct sha1_state hash_state; member
|
D | md5module.c | 54 struct md5_state hash_state; member
|
/external/python/cpython3/Modules/_sha3/ |
D | sha3module.c | 141 SHA3_state hash_state; member
|