HomeSort by relevance Sort by last modified time
    Searched refs:hash_state (Results 1 - 15 of 15) sorted by null

  /external/e2fsprogs/lib/ext2fs/
sha256.c 81 struct hash_state { struct
85 static void sha256_compress(struct hash_state * md, const unsigned char *buf)
119 static void sha256_init(struct hash_state * md)
135 static void sha256_process(struct hash_state * md, const unsigned char *in, unsigned long inlen)
161 static void sha256_done(struct hash_state * md, unsigned char *out)
201 struct hash_state md;
238 struct hash_state md;
sha512.c 111 struct hash_state { struct
115 static void sha512_compress(struct hash_state * md, const unsigned char *buf)
153 static void sha512_init(struct hash_state * md)
167 static void sha512_done(struct hash_state * md, unsigned char *out)
206 static void sha512_process(struct hash_state * md,
237 struct hash_state md;
286 struct hash_state md;
  /external/f2fs-tools/tools/
sha512.c 131 struct hash_state { struct
135 static void sha512_compress(struct hash_state * md, const unsigned char *buf)
173 static void sha512_init(struct hash_state * md)
187 static void sha512_done(struct hash_state * md, unsigned char *out)
226 static void sha512_process(struct hash_state * md,
257 struct hash_state md;
306 struct hash_state md;
  /external/llvm/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /external/wpa_supplicant_8/src/crypto/
crypto_libtomcrypt.c 27 hash_state md;
61 hash_state md;
74 hash_state md;
147 hash_state md;
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 726 typedef enum hash_state {
725 typedef enum hash_state { enum
    [all...]

Completed in 1026 milliseconds