OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nonce_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/http/
http_auth_handler_digest.cc
70
:
nonce_
(nonce) {
74
return
nonce_
;
201
realm_ =
nonce_
= domain_ = opaque_ = std::string();
222
if (
nonce_
.empty())
233
nonce_
= value;
327
ha1 = MD5String(ha1 + ":" +
nonce_
+ ":" + cnonce);
338
return MD5String(ha1 + ":" +
nonce_
+ ":" + nc_part + ha2);
355
authorization += ", nonce=" + HttpUtil::Quote(
nonce_
);
http_auth_handler_digest.h
56
const std::string
nonce_
;
member in class:net::HttpAuthHandlerDigest::FixedNonceGenerator
164
std::string
nonce_
;
member in class:net::HttpAuthHandlerDigest
http_auth_handler_digest_unittest.cc
357
EXPECT_STREQ(tests[i].parsed_nonce, digest->
nonce_
.c_str());
Completed in 481 milliseconds