Searched refs:pszQop (Results 1 – 1 of 1) sorted by relevance
333 unsigned char *pszQop, /* qop-value: "", "auth", in DigestCalcResponse() argument357 if (strcasecmp((char *) pszQop, "auth") != 0) { in DigestCalcResponse()371 if (*pszQop) { in DigestCalcResponse()381 utils->MD5Update(&Md5Ctx, pszQop, strlen((char *) pszQop)); in DigestCalcResponse()