Searched refs:QopToString (Results 1 – 4 of 4) sorted by relevance
/external/cronet/tot/net/http/ |
D | http_auth_handler_digest.cc | 301 std::string HttpAuthHandlerDigest::QopToString(QualityOfProtection qop) { in QopToString() function in net::HttpAuthHandlerDigest 416 resp_ctx.Update({nc, ":", cnonce, ":", QopToString(qop_), ":"}); in AssembleResponseDigest() 461 authorization += ", qop=" + QopToString(qop_); in AssembleCredentials()
|
D | http_auth_handler_digest.h | 157 static std::string QopToString(QualityOfProtection qop);
|
/external/cronet/stable/net/http/ |
D | http_auth_handler_digest.cc | 301 std::string HttpAuthHandlerDigest::QopToString(QualityOfProtection qop) { in QopToString() function in net::HttpAuthHandlerDigest 416 resp_ctx.Update({nc, ":", cnonce, ":", QopToString(qop_), ":"}); in AssembleResponseDigest() 461 authorization += ", qop=" + QopToString(qop_); in AssembleCredentials()
|
D | http_auth_handler_digest.h | 157 static std::string QopToString(QualityOfProtection qop);
|