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