Searched refs:TS_RESP_CTX (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/crypto/openssl/include/openssl/
H A Dts.h265 typedef struct TS_resp_ctx TS_RESP_CTX; typedef in typeref:struct: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 *ct
[all...]
/freebsd-current/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c27 static void ts_RESP_CTX_init(TS_RESP_CTX *ctx);
28 static void ts_RESP_CTX_cleanup(TS_RESP_CTX *ctx);
29 static int ts_RESP_check_request(TS_RESP_CTX *ctx);
30 static ASN1_OBJECT *ts_RESP_get_policy(TS_RESP_CTX *ctx);
31 static TS_TST_INFO *ts_RESP_create_tst_info(TS_RESP_CTX *ctx,
33 static int ts_RESP_process_extensions(TS_RESP_CTX *ctx);
34 static int ts_RESP_sign(TS_RESP_CTX *ctx);
110 /* TS_RESP_CTX management functions. */
112 TS_RESP_CTX *TS_RESP_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq)
114 TS_RESP_CTX *ct
[all...]
H A Dts_conf.c134 TS_RESP_CTX *ctx)
195 const char *cert, TS_RESP_CTX *ctx)
219 TS_RESP_CTX *ctx)
242 TS_RESP_CTX *ctx)
264 const char *md, TS_RESP_CTX *ctx)
288 const char *policy, TS_RESP_CTX *ctx)
312 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx)
344 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx)
382 int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx)
420 TS_RESP_CTX *ct
[all...]
/freebsd-current/crypto/openssl/apps/
H A Dts.c59 static ASN1_INTEGER *serial_cb(TS_RESP_CTX *ctx, void *data);
703 TS_RESP_CTX *resp_ctx = NULL;
763 static ASN1_INTEGER *serial_cb(TS_RESP_CTX *ctx, void *data)

Completed in 117 milliseconds