Home
last modified time | relevance | path

Searched refs:TS_RESP_CTX (Results 1 – 6 of 6) sorted by relevance

/openssl/include/openssl/
H A Dts.h267 typedef struct TS_resp_ctx TS_RESP_CTX; typedef
270 TS_RESP_CTX *TS_RESP_CTX_new(void);
272 void TS_RESP_CTX_free(TS_RESP_CTX *ctx);
280 int TS_RESP_CTX_set_signer_digest(TS_RESP_CTX *ctx,
303 int TS_RESP_CTX_set_accuracy(TS_RESP_CTX *ctx,
332 void TS_RESP_CTX_set_extension_cb(TS_RESP_CTX *ctx,
336 int TS_RESP_CTX_set_status_info(TS_RESP_CTX *ctx,
346 TS_REQ *TS_RESP_CTX_get_request(TS_RESP_CTX *ctx);
489 TS_RESP_CTX *ctx);
498 TS_RESP_CTX *ctx);
[all …]
/openssl/crypto/ts/
H A Dts_rsp_sign.c28 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);
35 static int ts_RESP_sign(TS_RESP_CTX *ctx);
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()
231 int TS_RESP_CTX_set_accuracy(TS_RESP_CTX *ctx, in TS_RESP_CTX_set_accuracy()
280 int TS_RESP_CTX_set_status_info(TS_RESP_CTX *ctx, in TS_RESP_CTX_set_status_info()
421 static void ts_RESP_CTX_init(TS_RESP_CTX *ctx) in ts_RESP_CTX_init()
[all …]
H A Dts_conf.c134 TS_RESP_CTX *ctx) in TS_CONF_set_serial()
195 const char *cert, TS_RESP_CTX *ctx) in TS_CONF_set_signer_cert()
219 TS_RESP_CTX *ctx) in TS_CONF_set_certs()
242 TS_RESP_CTX *ctx) in TS_CONF_set_signer_key()
264 const char *md, TS_RESP_CTX *ctx) in TS_CONF_set_signer_digest()
288 const char *policy, TS_RESP_CTX *ctx) in TS_CONF_set_def_policy()
344 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_digests()
420 TS_RESP_CTX *ctx) in TS_CONF_set_clock_precision_digits()
443 const char *field, int flag, TS_RESP_CTX *ctx) in ts_CONF_add_flag()
470 TS_RESP_CTX *ctx) in TS_CONF_set_ess_cert_id_chain()
[all …]
/openssl/doc/man3/
H A DTS_RESP_CTX_new.pod12 TS_RESP_CTX *TS_RESP_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
13 TS_RESP_CTX *TS_RESP_CTX_new(void);
14 void TS_RESP_CTX_free(TS_RESP_CTX *ctx);
20 TS_RESP_CTX_new_ex() allocates and initializes a TS_RESP_CTX structure with a
29 TS_RESP_CTX_free() frees the B<TS_RESP_CTX> object I<ctx>.
/openssl/apps/
H A Dts.c59 static ASN1_INTEGER *serial_cb(TS_RESP_CTX *ctx, void *data);
706 TS_RESP_CTX *resp_ctx = NULL; in create_response()
766 static ASN1_INTEGER *serial_cb(TS_RESP_CTX *ctx, void *data) in serial_cb()
/openssl/util/
H A Dindent.pro410 -T TS_RESP_CTX

Completed in 16 milliseconds