Home | History | Annotate | Download | only in lib

Lines Matching refs:ctxt

462   MD5_context *ctxt;
475 ctxt = Curl_MD5_init(Curl_DIGEST_MD5);
476 if(!ctxt)
479 Curl_MD5_update(ctxt, (const unsigned char *) pop3c->apoptimestamp,
482 Curl_MD5_update(ctxt, (const unsigned char *) conn->passwd,
486 Curl_MD5_final(ctxt, digest);