Searched refs:HASH_CBLOCK (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/digest/
H A Dmd32_common.h72 * HASH_CBLOCK
85 * unsigned char data[HASH_CBLOCK];
111 * #define HASH_CBLOCK MD5_CBLOCK
124 #ifndef HASH_CBLOCK
125 #error "HASH_CBLOCK must be defined!"
280 if (len >= HASH_CBLOCK || len+n >= HASH_CBLOCK)
282 memcpy (p+n,data,HASH_CBLOCK-n);
284 n = HASH_CBLOCK-n;
288 memset (p,0,HASH_CBLOCK); /* kee
[all...]
/external/openssl/crypto/
H A Dmd32_common.h64 * HASH_CBLOCK
77 * unsigned char data[HASH_CBLOCK];
103 * #define HASH_CBLOCK MD5_CBLOCK
116 #ifndef HASH_CBLOCK
117 #error "HASH_CBLOCK must be defined!"
304 if (len >= HASH_CBLOCK || len+n >= HASH_CBLOCK)
306 memcpy (p+n,data,HASH_CBLOCK-n);
308 n = HASH_CBLOCK-n;
312 memset (p,0,HASH_CBLOCK); /* kee
[all...]
/external/openssl/crypto/md4/
H A Dmd4_locl.h74 #define HASH_CBLOCK MD4_CBLOCK macro
/external/openssl/crypto/md5/
H A Dmd5_locl.h83 #define HASH_CBLOCK MD5_CBLOCK macro
/external/mdnsresponder/mDNSCore/
H A DDNSDigest.c257 #define HASH_CBLOCK MD5_CBLOCK macro
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...]
/external/chromium_org/third_party/boringssl/src/crypto/sha/
H A Dsha256.c139 #define HASH_CBLOCK 64 macro
289 data += HASH_CBLOCK;
H A Dsha1.c100 #define HASH_CBLOCK 64 macro
242 data += HASH_CBLOCK;
/external/chromium_org/third_party/boringssl/src/crypto/md4/
H A Dmd4.c77 #define HASH_CBLOCK 64 macro
/external/chromium_org/third_party/boringssl/src/crypto/md5/
H A Dmd5.c101 #define HASH_CBLOCK 64 macro
/external/openssl/crypto/sha/
H A Dsha256.c76 #define HASH_CBLOCK SHA_CBLOCK macro
H A Dsha_locl.h69 #define HASH_CBLOCK SHA_CBLOCK macro

Completed in 575 milliseconds