Searched refs:MD4Sum (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/http/
H A Dmd4.h53 * MD4Sum - computes the MD4 sum over the input buffer per RFC 1320
69 void MD4Sum(const uint8 *input, uint32 inputLen, uint8 *result);
H A Dmd4.cc148 void MD4Sum(const Uint8 *input, Uint32 inputLen, Uint8 *result) function in namespace:net::weak_crypto
H A Dhttp_auth_handler_ntlm_portable.cc290 weak_crypto::MD4Sum(passbuf, len * 2, hash);
295 weak_crypto::MD4Sum(reinterpret_cast<const uint8*>(password.data()),

Completed in 1483 milliseconds