Lines Matching defs:resp_ctx
703 TS_RESP_CTX *resp_ctx = NULL;
709 if ((resp_ctx = TS_RESP_CTX_new()) == NULL)
711 if (!TS_CONF_set_serial(conf, section, serial_cb, resp_ctx))
717 if (!TS_CONF_set_signer_cert(conf, section, signer, resp_ctx))
719 if (!TS_CONF_set_certs(conf, section, chain, resp_ctx))
721 if (!TS_CONF_set_signer_key(conf, section, inkey, passin, resp_ctx))
725 if (!TS_RESP_CTX_set_signer_digest(resp_ctx, md))
727 } else if (!TS_CONF_set_signer_digest(conf, section, NULL, resp_ctx)) {
731 if (!TS_CONF_set_ess_cert_id_digest(conf, section, resp_ctx))
733 if (!TS_CONF_set_def_policy(conf, section, policy, resp_ctx))
735 if (!TS_CONF_set_policies(conf, section, resp_ctx))
737 if (!TS_CONF_set_digests(conf, section, resp_ctx))
739 if (!TS_CONF_set_accuracy(conf, section, resp_ctx))
741 if (!TS_CONF_set_clock_precision_digits(conf, section, resp_ctx))
743 if (!TS_CONF_set_ordering(conf, section, resp_ctx))
745 if (!TS_CONF_set_tsa_name(conf, section, resp_ctx))
747 if (!TS_CONF_set_ess_cert_id_chain(conf, section, resp_ctx))
749 if ((response = TS_RESP_create_response(resp_ctx, query_bio)) == NULL)
758 TS_RESP_CTX_free(resp_ctx);