Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c336 unsigned char *pszMethod, in DigestCalcResponse() argument
350 if (pszMethod != NULL) { in DigestCalcResponse()
351 utils->MD5Update(&Md5Ctx, pszMethod, strlen((char *) pszMethod)); in DigestCalcResponse()