Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dhttp.c1144 IN char * pszCNonce, in DigestCalcHA1() argument
1165 MD5Update(&Md5Ctx, pszCNonce, strlen(pszCNonce)); in DigestCalcHA1()
1177 IN char * pszCNonce, /* client nonce */ in DigestCalcResponse() argument
1215 MD5Update(&Md5Ctx, pszCNonce, strlen(pszCNonce)); in DigestCalcResponse()