Home
last modified time | relevance | path

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

/openssl/include/openssl/
H A Dts.h246 struct TS_resp_ctx;
249 typedef ASN1_INTEGER *(*TS_serial_cb) (struct TS_resp_ctx *, void *);
256 typedef int (*TS_time_cb) (struct TS_resp_ctx *, void *, long *sec,
264 typedef int (*TS_extension_cb) (struct TS_resp_ctx *, X509_EXTENSION *,
267 typedef struct TS_resp_ctx TS_RESP_CTX;
/openssl/crypto/ts/
H A Dts_rsp_sign.c24 static ASN1_INTEGER *def_serial_cb(struct TS_resp_ctx *, void *);
25 static int def_time_cb(struct TS_resp_ctx *, void *, long *sec, long *usec);
26 static int def_extension_cb(struct TS_resp_ctx *, X509_EXTENSION *, void *);
44 static ASN1_INTEGER *def_serial_cb(struct TS_resp_ctx *ctx, void *data) in def_serial_cb()
62 static int def_time_cb(struct TS_resp_ctx *ctx, void *data, in def_time_cb()
83 static int def_extension_cb(struct TS_resp_ctx *ctx, X509_EXTENSION *ext, in def_extension_cb()
H A Dts_local.h101 struct TS_resp_ctx { struct

Completed in 22 milliseconds