HomeSort by relevance Sort by last modified time
    Searched defs:MD5_LONG (Results 1 - 2 of 2) sorted by null

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

Completed in 35 milliseconds