HomeSort by relevance Sort by last modified time
    Searched defs:HASH_CBLOCK (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/md4/
md4_locl.h 74 #define HASH_CBLOCK MD4_CBLOCK
  /external/openssl/crypto/md5/
md5_locl.h 83 #define HASH_CBLOCK MD5_CBLOCK
  /external/openssl/crypto/ripemd/
rmd_locl.h 85 #define HASH_CBLOCK RIPEMD160_CBLOCK
  /external/openssl/crypto/sha/
sha256.c 76 #define HASH_CBLOCK SHA_CBLOCK
sha_locl.h 69 #define HASH_CBLOCK SHA_CBLOCK
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 257 #define HASH_CBLOCK MD5_CBLOCK
302 * HASH_CBLOCK
341 * assumed to be HASH_CBLOCK/4 if not stated otherwise.
354 * #define HASH_CBLOCK MD5_CBLOCK
369 #ifndef HASH_CBLOCK
370 #error "HASH_CBLOCK must be defined!"
404 #define HASH_LBLOCK (HASH_CBLOCK/4)
675 if ((c->num+len) >= HASH_CBLOCK)
683 len-=(HASH_CBLOCK-c->num);
715 sw=(int)(len/HASH_CBLOCK);
    [all...]

Completed in 144 milliseconds