Home
last modified time | relevance | path

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

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