Searched refs:pszQop (Results 1 – 1 of 1) sorted by relevance
/dragonfly/lib/libfetch/ |
H A D | http.c | 1183 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()
|