Searched refs:pszQop (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libfetch/ |
H A D | http.c | 1178 IN char * pszQop, /* qop-value: "", "auth", "auth-int" */ in DigestCalcResponse() argument 1187 HA1, pszNonce, pszQop, pszMethod, pszDigestUri); in DigestCalcResponse() 1199 if (strcasecmp(pszQop, "auth-int") == 0) { in DigestCalcResponse() 1212 if (*pszQop) { in DigestCalcResponse() 1217 MD5Update(&Md5Ctx, pszQop, strlen(pszQop)); in DigestCalcResponse()
|