Home | History | Annotate | Download | only in apps

Lines Matching refs:resp_ctx

727     TS_RESP_CTX *resp_ctx = NULL;
733 if ((resp_ctx = TS_RESP_CTX_new()) == NULL)
735 if (!TS_CONF_set_serial(conf, section, serial_cb, resp_ctx))
741 if (!TS_CONF_set_signer_cert(conf, section, signer, resp_ctx))
743 if (!TS_CONF_set_certs(conf, section, chain, resp_ctx))
745 if (!TS_CONF_set_signer_key(conf, section, inkey, passin, resp_ctx))
749 if (!TS_RESP_CTX_set_signer_digest(resp_ctx, md))
751 } else if (!TS_CONF_set_signer_digest(conf, section, NULL, resp_ctx)) {
755 if (!TS_CONF_set_ess_cert_id_digest(conf, section, resp_ctx))
757 if (!TS_CONF_set_def_policy(conf, section, policy, resp_ctx))
759 if (!TS_CONF_set_policies(conf, section, resp_ctx))
761 if (!TS_CONF_set_digests(conf, section, resp_ctx))
763 if (!TS_CONF_set_accuracy(conf, section, resp_ctx))
765 if (!TS_CONF_set_clock_precision_digits(conf, section, resp_ctx))
767 if (!TS_CONF_set_ordering(conf, section, resp_ctx))
769 if (!TS_CONF_set_tsa_name(conf, section, resp_ctx))
771 if (!TS_CONF_set_ess_cert_id_chain(conf, section, resp_ctx))
773 if ((response = TS_RESP_create_response(resp_ctx, query_bio)) == NULL)
782 TS_RESP_CTX_free(resp_ctx);