Lines Matching refs:TS_RESP_CTX
28 static void ts_RESP_CTX_init(TS_RESP_CTX *ctx);
29 static void ts_RESP_CTX_cleanup(TS_RESP_CTX *ctx);
30 static int ts_RESP_check_request(TS_RESP_CTX *ctx);
31 static ASN1_OBJECT *ts_RESP_get_policy(TS_RESP_CTX *ctx);
32 static TS_TST_INFO *ts_RESP_create_tst_info(TS_RESP_CTX *ctx,
34 static int ts_RESP_process_extensions(TS_RESP_CTX *ctx);
35 static int ts_RESP_sign(TS_RESP_CTX *ctx);
94 TS_RESP_CTX *TS_RESP_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq) in TS_RESP_CTX_new_ex()
96 TS_RESP_CTX *ctx; in TS_RESP_CTX_new_ex()
116 TS_RESP_CTX *TS_RESP_CTX_new(void) in TS_RESP_CTX_new()
121 void TS_RESP_CTX_free(TS_RESP_CTX *ctx) in TS_RESP_CTX_free()
139 int TS_RESP_CTX_set_signer_cert(TS_RESP_CTX *ctx, X509 *signer) in TS_RESP_CTX_set_signer_cert()
151 int TS_RESP_CTX_set_signer_key(TS_RESP_CTX *ctx, EVP_PKEY *key) in TS_RESP_CTX_set_signer_key()
160 int TS_RESP_CTX_set_signer_digest(TS_RESP_CTX *ctx, const EVP_MD *md) in TS_RESP_CTX_set_signer_digest()
166 int TS_RESP_CTX_set_def_policy(TS_RESP_CTX *ctx, const ASN1_OBJECT *def_policy) in TS_RESP_CTX_set_def_policy()
177 int TS_RESP_CTX_set_certs(TS_RESP_CTX *ctx, STACK_OF(X509) *certs) in TS_RESP_CTX_set_certs()
185 int TS_RESP_CTX_add_policy(TS_RESP_CTX *ctx, const ASN1_OBJECT *policy) in TS_RESP_CTX_add_policy()
209 int TS_RESP_CTX_add_md(TS_RESP_CTX *ctx, const EVP_MD *md) in TS_RESP_CTX_add_md()
231 int TS_RESP_CTX_set_accuracy(TS_RESP_CTX *ctx, in TS_RESP_CTX_set_accuracy()
256 void TS_RESP_CTX_add_flags(TS_RESP_CTX *ctx, int flags) in TS_RESP_CTX_add_flags()
261 void TS_RESP_CTX_set_serial_cb(TS_RESP_CTX *ctx, TS_serial_cb cb, void *data) in TS_RESP_CTX_set_serial_cb()
267 void TS_RESP_CTX_set_time_cb(TS_RESP_CTX *ctx, TS_time_cb cb, void *data) in TS_RESP_CTX_set_time_cb()
273 void TS_RESP_CTX_set_extension_cb(TS_RESP_CTX *ctx, in TS_RESP_CTX_set_extension_cb()
280 int TS_RESP_CTX_set_status_info(TS_RESP_CTX *ctx, in TS_RESP_CTX_set_status_info()
323 int TS_RESP_CTX_set_status_info_cond(TS_RESP_CTX *ctx, in TS_RESP_CTX_set_status_info_cond()
335 int TS_RESP_CTX_add_failure_info(TS_RESP_CTX *ctx, int failure) in TS_RESP_CTX_add_failure_info()
349 TS_REQ *TS_RESP_CTX_get_request(TS_RESP_CTX *ctx) in TS_RESP_CTX_get_request()
354 TS_TST_INFO *TS_RESP_CTX_get_tst_info(TS_RESP_CTX *ctx) in TS_RESP_CTX_get_tst_info()
359 int TS_RESP_CTX_set_clock_precision_digits(TS_RESP_CTX *ctx, in TS_RESP_CTX_set_clock_precision_digits()
369 TS_RESP *TS_RESP_create_response(TS_RESP_CTX *ctx, BIO *req_bio) in TS_RESP_create_response()
421 static void ts_RESP_CTX_init(TS_RESP_CTX *ctx) in ts_RESP_CTX_init()
429 static void ts_RESP_CTX_cleanup(TS_RESP_CTX *ctx) in ts_RESP_CTX_cleanup()
440 static int ts_RESP_check_request(TS_RESP_CTX *ctx) in ts_RESP_check_request()
496 static ASN1_OBJECT *ts_RESP_get_policy(TS_RESP_CTX *ctx) in ts_RESP_get_policy()
525 static TS_TST_INFO *ts_RESP_create_tst_info(TS_RESP_CTX *ctx, in ts_RESP_create_tst_info()
606 static int ts_RESP_process_extensions(TS_RESP_CTX *ctx) in ts_RESP_process_extensions()
673 static int ts_RESP_sign(TS_RESP_CTX *ctx) in ts_RESP_sign()
883 int TS_RESP_CTX_set_ess_cert_id_digest(TS_RESP_CTX *ctx, const EVP_MD *md) in TS_RESP_CTX_set_ess_cert_id_digest()