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

/haiku/headers/private/netservices/
H A DHttpAuthentication.h100 mutable BString fDigestCnonce; member in class:BPrivate::Network::BHttpAuthentication
/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp304 authorizationString << ", qop=auth, cnonce=\"" << fDigestCnonce local
422 A1 << ':' << fDigestNonce << ':' << fDigestCnonce; local
[all...]

Completed in 41 milliseconds