Searched refs:MD5String (Results 1 – 3 of 3) sorted by relevance
134 std::string ha1 = MD5String(username + ":" + realm_ + ":" + password); in AssembleResponseDigest()136 ha1 = MD5String(ha1 + ":" + nonce_ + ":" + cnonce); in AssembleResponseDigest()140 std::string ha2 = MD5String(method + ":" + path); in AssembleResponseDigest()147 return MD5String(ha1 + ":" + nonce_ + ":" + nc_part + ha2); in AssembleResponseDigest()
62 std::string MD5String(const std::string& str);
275 std::string MD5String(const std::string& str) { in MD5String() function