Home
last modified time | relevance | path

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

/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp66 fDigestCnonce(other.fDigestCnonce), in BHttpAuthentication()
86 fDigestCnonce = other.fDigestCnonce; in operator =()
297 if (fDigestCnonce.Length() == 0) { in Authorization()
298 fDigestCnonce = _H(fDigestOpaque); in Authorization()
304 authorizationString << ", qop=auth, cnonce=\"" << fDigestCnonce in Authorization()
409 PRINT(("HttpAuth: > cnonce = %s\n", fDigestCnonce.String())); in _DigestResponse()
422 A1 << ':' << fDigestNonce << ':' << fDigestCnonce; in _DigestResponse()
438 secretResp << fDigestNonce << ':' << strNc << ':' << fDigestCnonce in _DigestResponse()
/haiku/headers/private/netservices/
H A DHttpAuthentication.h100 mutable BString fDigestCnonce; variable