Searched refs:MD5_LONG (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/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];
H A Dmd5_locl.h81 #define HASH_LONG MD5_LONG
H A Dmd5_dgst.c97 MD5_LONG XX[MD5_LBLOCK];
/barrelfish-master/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 26 milliseconds