Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c333 unsigned char *pszQop, /* qop-value: "", "auth", in DigestCalcResponse() argument
357 if (strcasecmp((char *) pszQop, "auth") != 0) { in DigestCalcResponse()
371 if (*pszQop) { in DigestCalcResponse()
381 utils->MD5Update(&Md5Ctx, pszQop, strlen((char *) pszQop)); in DigestCalcResponse()