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

  /external/boringssl/src/crypto/fipsmodule/digest/
md32_common.h 69 // |HASH_CBLOCK| must be defined as the integer block size, in bytes.
77 // uint8_t data[HASH_CBLOCK];
103 // where each block is |HASH_CBLOCK| bytes; i.e. |data| points to a array of
104 // |HASH_CBLOCK * num| bytes. |state| points to the |h| member of a |HASH_CTX|,
114 #ifndef HASH_CBLOCK
115 #error "HASH_CBLOCK must be defined!"
194 if (len >= HASH_CBLOCK || len + n >= HASH_CBLOCK) {
195 OPENSSL_memcpy(c->data + n, data, HASH_CBLOCK - n);
197 n = HASH_CBLOCK - n
    [all...]
  /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...]
  /external/boringssl/src/crypto/fipsmodule/md4/
md4.c 90 #define HASH_CBLOCK 64
240 #undef HASH_CBLOCK
  /external/boringssl/src/crypto/fipsmodule/md5/
md5.c 96 #define HASH_CBLOCK 64
282 #undef HASH_CBLOCK
  /external/boringssl/src/crypto/fipsmodule/sha/
sha256.c 129 #define HASH_CBLOCK 64
321 #undef HASH_CBLOCK
sha1.c 95 #define HASH_CBLOCK 64
351 #undef HASH_CBLOCK
  /external/boringssl/src/decrepit/ripemd/
internal.h 74 #define HASH_CBLOCK RIPEMD160_CBLOCK

Completed in 374 milliseconds