Searched refs:TS_resp_ctx (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/crypto/libressl/include/openssl/ |
| HD | ts.h | 339 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/ |
| HD | ts_rsp_sign.c | 74 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()
|
| HD | ts_local.h | 236 struct TS_resp_ctx { struct
|