Lines Matching refs:TS_RESP_CTX

265 typedef struct TS_resp_ctx TS_RESP_CTX;
268 TS_RESP_CTX *TS_RESP_CTX_new(void);
269 TS_RESP_CTX *TS_RESP_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
270 void TS_RESP_CTX_free(TS_RESP_CTX *ctx);
273 int TS_RESP_CTX_set_signer_cert(TS_RESP_CTX *ctx, X509 *signer);
276 int TS_RESP_CTX_set_signer_key(TS_RESP_CTX *ctx, EVP_PKEY *key);
278 int TS_RESP_CTX_set_signer_digest(TS_RESP_CTX *ctx,
280 int TS_RESP_CTX_set_ess_cert_id_digest(TS_RESP_CTX *ctx, const EVP_MD *md);
283 int TS_RESP_CTX_set_def_policy(TS_RESP_CTX *ctx, const ASN1_OBJECT *def_policy);
286 int TS_RESP_CTX_set_certs(TS_RESP_CTX *ctx, STACK_OF(X509) *certs);
292 int TS_RESP_CTX_add_policy(TS_RESP_CTX *ctx, const ASN1_OBJECT *policy);
298 int TS_RESP_CTX_add_md(TS_RESP_CTX *ctx, const EVP_MD *md);
301 int TS_RESP_CTX_set_accuracy(TS_RESP_CTX *ctx,
308 int TS_RESP_CTX_set_clock_precision_digits(TS_RESP_CTX *ctx,
317 void TS_RESP_CTX_add_flags(TS_RESP_CTX *ctx, int flags);
320 void TS_RESP_CTX_set_serial_cb(TS_RESP_CTX *ctx, TS_serial_cb cb, void *data);
323 void TS_RESP_CTX_set_time_cb(TS_RESP_CTX *ctx, TS_time_cb cb, void *data);
330 void TS_RESP_CTX_set_extension_cb(TS_RESP_CTX *ctx,
334 int TS_RESP_CTX_set_status_info(TS_RESP_CTX *ctx,
338 int TS_RESP_CTX_set_status_info_cond(TS_RESP_CTX *ctx,
341 int TS_RESP_CTX_add_failure_info(TS_RESP_CTX *ctx, int failure);
344 TS_REQ *TS_RESP_CTX_get_request(TS_RESP_CTX *ctx);
346 TS_TST_INFO *TS_RESP_CTX_get_tst_info(TS_RESP_CTX *ctx);
353 TS_RESP *TS_RESP_create_response(TS_RESP_CTX *ctx, BIO *req_bio);
470 TS_RESP_CTX *ctx);
477 const char *cert, TS_RESP_CTX *ctx);
479 TS_RESP_CTX *ctx);
482 TS_RESP_CTX *ctx);
484 const char *md, TS_RESP_CTX *ctx);
486 const char *policy, TS_RESP_CTX *ctx);
487 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx);
488 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx);
489 int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx);
491 TS_RESP_CTX *ctx);
492 int TS_CONF_set_ordering(CONF *conf, const char *section, TS_RESP_CTX *ctx);
493 int TS_CONF_set_tsa_name(CONF *conf, const char *section, TS_RESP_CTX *ctx);
495 TS_RESP_CTX *ctx);
497 TS_RESP_CTX *ctx);