Home
last modified time | relevance | path

Searched refs:TS_resp_ctx (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/include/openssl/
HDts.h339 struct TS_resp_ctx;
342 typedef ASN1_INTEGER *(*TS_serial_cb)(struct TS_resp_ctx *, void *);
347 typedef int (*TS_time_cb)(struct TS_resp_ctx *, void *, time_t *sec, long *usec);
354 typedef int (*TS_extension_cb)(struct TS_resp_ctx *, X509_EXTENSION *, void *);
356 typedef struct TS_resp_ctx TS_RESP_CTX;
/dragonfly/crypto/libressl/crypto/ts/
HDts_rsp_sign.c74 static ASN1_INTEGER *def_serial_cb(struct TS_resp_ctx *, void *);
75 static int def_time_cb(struct TS_resp_ctx *, void *, time_t *sec, long *usec);
76 static int def_extension_cb(struct TS_resp_ctx *, X509_EXTENSION *, void *);
99 def_serial_cb(struct TS_resp_ctx *ctx, void *data) in def_serial_cb()
118 def_time_cb(struct TS_resp_ctx *ctx, void *data, time_t *sec, long *usec) in def_time_cb()
137 def_extension_cb(struct TS_resp_ctx *ctx, X509_EXTENSION *ext, void *data) in def_extension_cb()
HDts_local.h236 struct TS_resp_ctx { struct