Searched defs:MD4_LONG (Results 1 - 2 of 2) 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];
/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 473 milliseconds