Searched refs:fDigestCnonce (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp66 fDigestCnonce(other.fDigestCnonce),
86 fDigestCnonce = other.fDigestCnonce;
297 if (fDigestCnonce.Length() == 0) {
298 fDigestCnonce = _H(fDigestOpaque);
299 //fDigestCnonce = "03c6790a055cbbac";
304 authorizationString << ", qop=auth, cnonce=\"" << fDigestCnonce local
409 PRINT(("HttpAuth: > cnonce = %s\n", fDigestCnonce.String()));
422 A1 << ':' << fDigestNonce << ':' << fDigestCnonce; local
[all...]
/haiku/headers/private/netservices/
H A DHttpAuthentication.h100 mutable BString fDigestCnonce; member in class:BPrivate::Network::BHttpAuthentication

Completed in 82 milliseconds