HomeSort by relevance Sort by last modified time
    Searched refs:MD4Sum (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/http/
md4.h 53 * MD4Sum - computes the MD4 sum over the input buffer per RFC 1320
69 void MD4Sum(const uint8 *input, uint32 inputLen, uint8 *result);
md4.cc 148 void MD4Sum(const Uint8 *input, Uint32 inputLen, Uint8 *result)
http_auth_handler_ntlm_portable.cc 296 weak_crypto::MD4Sum(passbuf, len * 2, hash);
301 weak_crypto::MD4Sum(reinterpret_cast<const uint8*>(password.data()),

Completed in 54 milliseconds