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

  /external/boringssl/src/crypto/md4/
md4.c 80 #define HASH_CBLOCK 64
  /external/boringssl/src/crypto/md5/
md5.c 101 #define HASH_CBLOCK 64
  /external/boringssl/src/crypto/sha/
sha1.c 101 #define HASH_CBLOCK 64
243 data += HASH_CBLOCK;
sha256.c 140 #define HASH_CBLOCK 64
294 data += HASH_CBLOCK;
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 258 #define HASH_CBLOCK MD5_CBLOCK
303 * HASH_CBLOCK
342 * assumed to be HASH_CBLOCK/4 if not stated otherwise.
355 * #define HASH_CBLOCK MD5_CBLOCK
370 #ifndef HASH_CBLOCK
371 #error "HASH_CBLOCK must be defined!"
405 #define HASH_LBLOCK (HASH_CBLOCK/4)
676 if ((c->num+len) >= HASH_CBLOCK)
684 len-=(HASH_CBLOCK-c->num);
716 sw=(int)(len/HASH_CBLOCK);
    [all...]

Completed in 4177 milliseconds