Home | History | Annotate | Download | only in lib

Lines Matching defs:ctxt

460   MD5_context *ctxt;
473 ctxt = Curl_MD5_init(Curl_DIGEST_MD5);
474 if(!ctxt)
477 Curl_MD5_update(ctxt, (const unsigned char *) pop3c->apoptimestamp,
480 Curl_MD5_update(ctxt, (const unsigned char *) conn->passwd,
484 Curl_MD5_final(ctxt, digest);