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

12

  /external/dropbear/libtomcrypt/src/hashes/
rmd320.c 98 static int _rmd320_compress(hash_state *md, unsigned char *buf)
100 static int rmd320_compress(hash_state *md, unsigned char *buf)
329 static int rmd320_compress(hash_state *md, unsigned char *buf)
343 int rmd320_init(hash_state * md)
376 int rmd320_done(hash_state * md, unsigned char *out)
420 zeromem(md, sizeof(hash_state));
477 hash_state md;
tiger.c     [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_prng.h 20 hash_state pool[FORTUNA_POOLS]; /* the pools */
tomcrypt_mac.h 3 hash_state md;
5 hash_state hashstate;
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_pss_decode.c 40 hash_state md;
pkcs_1_pss_encode.c 42 hash_state md;
  /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;
  /external/dropbear/
dss.c 168 hash_state hs;
313 hash_state hs;
signkey.c 280 hash_state hs;
315 hash_state hs;
rsa.c 390 hash_state hs;
  /external/llvm/include/llvm/ADT/
Hashing.h 266 struct hash_state { struct in namespace:llvm::hashing::detail
270 /// \brief Create a new hash_state structure and initialize it based on the
273 static hash_state create(const char *s, uint64_t seed) {
274 hash_state state = {
422 hash_state state = state.create(buffer, seed);
464 hash_state state = state.create(s_begin, seed);
505 hash_state state;
520 /// hash_state, empties it, and then merges the new chunk in. This also
  /external/dropbear/libtomcrypt/src/prngs/
yarrow.c 137 hash_state md;
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 594 hash_state md;
595 int (*func)(hash_state *, const unsigned char *, unsigned long), err;
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 295 milliseconds

12