Lines Matching refs:resp_ctx
672 TS_RESP_CTX *resp_ctx = NULL;
678 if ((resp_ctx = TS_RESP_CTX_new()) == NULL)
680 if (!TS_CONF_set_serial(conf, section, serial_cb, resp_ctx))
686 if (!TS_CONF_set_signer_cert(conf, section, signer, resp_ctx))
688 if (!TS_CONF_set_certs(conf, section, chain, resp_ctx))
690 if (!TS_CONF_set_signer_key(conf, section, inkey, passin, resp_ctx))
694 if (!TS_RESP_CTX_set_signer_digest(resp_ctx, md))
696 } else if (!TS_CONF_set_signer_digest(conf, section, NULL, resp_ctx)) {
700 if (!TS_CONF_set_ess_cert_id_digest(conf, section, resp_ctx))
702 if (!TS_CONF_set_def_policy(conf, section, policy, resp_ctx))
704 if (!TS_CONF_set_policies(conf, section, resp_ctx))
706 if (!TS_CONF_set_digests(conf, section, resp_ctx))
708 if (!TS_CONF_set_accuracy(conf, section, resp_ctx))
710 if (!TS_CONF_set_clock_precision_digits(conf, section, resp_ctx))
712 if (!TS_CONF_set_ordering(conf, section, resp_ctx))
714 if (!TS_CONF_set_tsa_name(conf, section, resp_ctx))
716 if (!TS_CONF_set_ess_cert_id_chain(conf, section, resp_ctx))
718 if ((response = TS_RESP_create_response(resp_ctx, query_bio)) == NULL)
727 TS_RESP_CTX_free(resp_ctx);