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

  /external/openssl/crypto/
md32_common.h 64 * 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); /* keep it zeroed *
    [all...]
  /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

Completed in 93 milliseconds