Lines Matching refs:section

49 static int reply_command(CONF *conf, const char *section, const char *engine,
55 static TS_RESP *create_response(CONF *conf, const char *section, const char *engine,
164 const char *section = NULL, *digestname = NULL; in ts_main() local
202 section = opt_arg(); in ts_main()
330 ret = !reply_command(conf, section, engine, queryfile, in ts_main()
584 static int reply_command(CONF *conf, const char *section, const char *engine, in reply_command() argument
607 response = create_response(conf, section, engine, queryfile, in reply_command()
692 static TS_RESP *create_response(CONF *conf, const char *section, const char *engine, in create_response() argument
704 if ((section = TS_CONF_get_tsa_section(conf, section)) == NULL) in create_response()
708 if (!TS_CONF_set_serial(conf, section, serial_cb, resp_ctx)) in create_response()
711 if (!TS_CONF_set_crypto_device(conf, section, engine)) in create_response()
714 if (!TS_CONF_set_signer_cert(conf, section, signer, resp_ctx)) in create_response()
716 if (!TS_CONF_set_certs(conf, section, chain, resp_ctx)) in create_response()
718 if (!TS_CONF_set_signer_key(conf, section, inkey, passin, resp_ctx)) in create_response()
724 } else if (!TS_CONF_set_signer_digest(conf, section, NULL, resp_ctx)) { in create_response()
728 if (!TS_CONF_set_ess_cert_id_digest(conf, section, resp_ctx)) in create_response()
730 if (!TS_CONF_set_def_policy(conf, section, policy, resp_ctx)) in create_response()
732 if (!TS_CONF_set_policies(conf, section, resp_ctx)) in create_response()
734 if (!TS_CONF_set_digests(conf, section, resp_ctx)) in create_response()
736 if (!TS_CONF_set_accuracy(conf, section, resp_ctx)) in create_response()
738 if (!TS_CONF_set_clock_precision_digits(conf, section, resp_ctx)) in create_response()
740 if (!TS_CONF_set_ordering(conf, section, resp_ctx)) in create_response()
742 if (!TS_CONF_set_tsa_name(conf, section, resp_ctx)) in create_response()
744 if (!TS_CONF_set_ess_cert_id_chain(conf, section, resp_ctx)) in create_response()