Lines Matching defs:TS_RESP_CTX

532 	} TS_RESP_CTX;
538 TS_RESP_CTX *TS_RESP_CTX_new(void);
539 void TS_RESP_CTX_free(TS_RESP_CTX *ctx);
542 int TS_RESP_CTX_set_signer_cert(TS_RESP_CTX *ctx, X509 *signer);
545 int TS_RESP_CTX_set_signer_key(TS_RESP_CTX *ctx, EVP_PKEY *key);
548 int TS_RESP_CTX_set_def_policy(TS_RESP_CTX *ctx, ASN1_OBJECT *def_policy);
551 int TS_RESP_CTX_set_certs(TS_RESP_CTX *ctx, STACK_OF(X509) *certs);
555 int TS_RESP_CTX_add_policy(TS_RESP_CTX *ctx, ASN1_OBJECT *policy);
559 int TS_RESP_CTX_add_md(TS_RESP_CTX *ctx, const EVP_MD *md);
562 int TS_RESP_CTX_set_accuracy(TS_RESP_CTX *ctx,
567 int TS_RESP_CTX_set_clock_precision_digits(TS_RESP_CTX *ctx,
573 void TS_RESP_CTX_add_flags(TS_RESP_CTX *ctx, int flags);
576 void TS_RESP_CTX_set_serial_cb(TS_RESP_CTX *ctx, TS_serial_cb cb, void *data);
579 void TS_RESP_CTX_set_time_cb(TS_RESP_CTX *ctx, TS_time_cb cb, void *data);
584 void TS_RESP_CTX_set_extension_cb(TS_RESP_CTX *ctx,
588 int TS_RESP_CTX_set_status_info(TS_RESP_CTX *ctx,
592 int TS_RESP_CTX_set_status_info_cond(TS_RESP_CTX *ctx,
595 int TS_RESP_CTX_add_failure_info(TS_RESP_CTX *ctx, int failure);
598 TS_REQ *TS_RESP_CTX_get_request(TS_RESP_CTX *ctx);
600 TS_TST_INFO *TS_RESP_CTX_get_tst_info(TS_RESP_CTX *ctx);
607 TS_RESP *TS_RESP_create_response(TS_RESP_CTX *ctx, BIO *req_bio);
737 TS_RESP_CTX *ctx);
742 const char *cert, TS_RESP_CTX *ctx);
744 TS_RESP_CTX *ctx);
746 const char *key, const char *pass, TS_RESP_CTX *ctx);
748 const char *policy, TS_RESP_CTX *ctx);
749 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx);
750 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx);
751 int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx);
753 TS_RESP_CTX *ctx);
754 int TS_CONF_set_ordering(CONF *conf, const char *section, TS_RESP_CTX *ctx);
755 int TS_CONF_set_tsa_name(CONF *conf, const char *section, TS_RESP_CTX *ctx);
757 TS_RESP_CTX *ctx);