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

/external/openssl/crypto/md4/
H A Dmd4.h75 * ! MD4_LONG has to be at least 32 bits wide. If it's wider, then !
81 #define MD4_LONG unsigned long macro
83 #define MD4_LONG unsigned long macro
93 #define MD4_LONG unsigned int macro
102 MD4_LONG A,B,C,D;
103 MD4_LONG Nl,Nh;
104 MD4_LONG data[MD4_LBLOCK];
H A Dmd4_locl.h72 #define HASH_LONG MD4_LONG
H A Dmd4_dgst.c104 MD4_LONG XX[MD4_LBLOCK];
/external/openssl/include/openssl/
H A Dmd4.h75 * ! MD4_LONG has to be at least 32 bits wide. If it's wider, then !
81 #define MD4_LONG unsigned long macro
83 #define MD4_LONG unsigned long macro
93 #define MD4_LONG unsigned int macro
102 MD4_LONG A,B,C,D;
103 MD4_LONG Nl,Nh;
104 MD4_LONG data[MD4_LBLOCK];

Completed in 41 milliseconds