Home
last modified time | relevance | path

Searched refs:QopToString (Results 1 – 4 of 4) sorted by relevance

/external/cronet/tot/net/http/
Dhttp_auth_handler_digest.cc301 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()
Dhttp_auth_handler_digest.h157 static std::string QopToString(QualityOfProtection qop);
/external/cronet/stable/net/http/
Dhttp_auth_handler_digest.cc301 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()
Dhttp_auth_handler_digest.h157 static std::string QopToString(QualityOfProtection qop);