Searched refs:TS_resp_ctx (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | ts.h | 244 struct TS_resp_ctx; 247 typedef ASN1_INTEGER *(*TS_serial_cb) (struct TS_resp_ctx *, void *); 254 typedef int (*TS_time_cb) (struct TS_resp_ctx *, void *, long *sec, 262 typedef int (*TS_extension_cb) (struct TS_resp_ctx *, X509_EXTENSION *, 265 typedef struct TS_resp_ctx TS_RESP_CTX;
|
/freebsd/crypto/openssl/crypto/ts/ |
H A D | ts_rsp_sign.c | 23 static ASN1_INTEGER *def_serial_cb(struct TS_resp_ctx *, void *); 24 static int def_time_cb(struct TS_resp_ctx *, void *, long *sec, long *usec); 25 static int def_extension_cb(struct TS_resp_ctx *, X509_EXTENSION *, void *); 43 static ASN1_INTEGER *def_serial_cb(struct TS_resp_ctx *ctx, void *data) in def_serial_cb() 63 static int def_time_cb(struct TS_resp_ctx *ctx, void *data, in def_time_cb() 82 static int def_time_cb(struct TS_resp_ctx *ctx, void *data, in def_time_cb() 101 static int def_extension_cb(struct TS_resp_ctx *ctx, X509_EXTENSION *ext, in def_extension_cb()
|
H A D | ts_local.h | 101 struct TS_resp_ctx { struct
|