Searched defs:MD5_LONG (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/md5/
H A Dmd5.h75 * ! MD5_LONG has to be at least 32 bits wide. If it's wider, then !
81 #define MD5_LONG unsigned long macro
83 #define MD5_LONG unsigned long macro
93 #define MD5_LONG unsigned int macro
102 MD5_LONG A,B,C,D;
103 MD5_LONG Nl,Nh;
104 MD5_LONG data[MD5_LBLOCK];
/external/openssl/include/openssl/
H A Dmd5.h75 * ! MD5_LONG has to be at least 32 bits wide. If it's wider, then !
81 #define MD5_LONG unsigned long macro
83 #define MD5_LONG unsigned long macro
93 #define MD5_LONG unsigned int macro
102 MD5_LONG A,B,C,D;
103 MD5_LONG Nl,Nh;
104 MD5_LONG data[MD5_LBLOCK];

Completed in 110 milliseconds