Home
last modified time | relevance | path

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

/dragonfly/lib/libfetch/
H A Dhttp.c1183 IN char * pszQop, /* qop-value: "", "auth", "auth-int" */ in DigestCalcResponse() argument
1192 HA1, pszNonce, pszQop, pszMethod, pszDigestUri); in DigestCalcResponse()
1204 if (strcasecmp(pszQop, "auth-int") == 0) { in DigestCalcResponse()
1217 if (*pszQop) { in DigestCalcResponse()
1222 MD5Update(&Md5Ctx, pszQop, strlen(pszQop)); in DigestCalcResponse()