TS_resp_ctx
struct TS_resp_ctx;
typedef ASN1_INTEGER *(*TS_serial_cb)(struct TS_resp_ctx *, void *);
typedef int (*TS_time_cb)(struct TS_resp_ctx *, void *, time_t *sec, long *usec);
typedef int (*TS_extension_cb)(struct TS_resp_ctx *, X509_EXTENSION *, void *);
typedef struct TS_resp_ctx TS_RESP_CTX;
def_time_cb(struct TS_resp_ctx *ctx, void *data, time_t *sec, long *usec)
def_extension_cb(struct TS_resp_ctx *ctx, X509_EXTENSION *ext, void *data)
static ASN1_INTEGER *def_serial_cb(struct TS_resp_ctx *, void *);
static int def_time_cb(struct TS_resp_ctx *, void *, time_t *sec, long *usec);
static int def_extension_cb(struct TS_resp_ctx *, X509_EXTENSION *, void *);
def_serial_cb(struct TS_resp_ctx *ctx, void *data)