Searched refs:dparams (Results 1 – 3 of 3) sorted by relevance
522 digest_context *Curl_digest_init(const digest_params *dparams) in Curl_digest_init() argument532 ctxt->digest_hashctx = malloc(dparams->digest_ctxtsize); in Curl_digest_init()539 ctxt->digest_hash = dparams; in Curl_digest_init()541 if(dparams->digest_init(ctxt->digest_hashctx) != 1) { in Curl_digest_init()616 dctx = Curl_digest_init(digest_def->dparams); in check_hash()624 result = malloc(digest_def->dparams->digest_resultlen); in check_hash()647 digest_def->dparams->digest_resultlen) == 0; in check_hash()730 return digest_def->dparams->digest_resultlen * 2 == i; in check_hex_digest()
50 digest_context * Curl_digest_init(const digest_params *dparams);58 const digest_params *dparams; member
507 TransportCreationParamsFilter dparams = in newClientTransport() local522 dparams.getTargetServerAddress(), channelType, channelOptions, group, in newClientTransport()523 dparams.getProtocolNegotiator(), flowControlWindow, in newClientTransport()525 keepAliveWithoutCalls, dparams.getAuthority(), dparams.getUserAgent(), in newClientTransport()