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

/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/openssl/crypto/ripemd/
H A Drmd_locl.h85 #define HASH_CBLOCK RIPEMD160_CBLOCK 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 187 milliseconds