Lines Matching defs:resp_ctx
700 TS_RESP_CTX *resp_ctx = NULL;
706 if ((resp_ctx = TS_RESP_CTX_new()) == NULL)
708 if (!TS_CONF_set_serial(conf, section, serial_cb, resp_ctx))
714 if (!TS_CONF_set_signer_cert(conf, section, signer, resp_ctx))
716 if (!TS_CONF_set_certs(conf, section, chain, resp_ctx))
718 if (!TS_CONF_set_signer_key(conf, section, inkey, passin, resp_ctx))
722 if (!TS_RESP_CTX_set_signer_digest(resp_ctx, md))
724 } else if (!TS_CONF_set_signer_digest(conf, section, NULL, resp_ctx)) {
728 if (!TS_CONF_set_ess_cert_id_digest(conf, section, resp_ctx))
730 if (!TS_CONF_set_def_policy(conf, section, policy, resp_ctx))
732 if (!TS_CONF_set_policies(conf, section, resp_ctx))
734 if (!TS_CONF_set_digests(conf, section, resp_ctx))
736 if (!TS_CONF_set_accuracy(conf, section, resp_ctx))
738 if (!TS_CONF_set_clock_precision_digits(conf, section, resp_ctx))
740 if (!TS_CONF_set_ordering(conf, section, resp_ctx))
742 if (!TS_CONF_set_tsa_name(conf, section, resp_ctx))
744 if (!TS_CONF_set_ess_cert_id_chain(conf, section, resp_ctx))
746 if ((response = TS_RESP_create_response(resp_ctx, query_bio)) == NULL)
755 TS_RESP_CTX_free(resp_ctx);