TS_VERIFY_CTX
static TS_VERIFY_CTX *create_verify_ctx(const char *data, const char *digest,
TS_VERIFY_CTX *verify_ctx = NULL;
static TS_VERIFY_CTX *create_verify_ctx(const char *data, const char *digest,
TS_VERIFY_CTX *ctx = NULL;
static int int_ts_RESP_verify_token(TS_VERIFY_CTX *ctx,
int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response)
int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token)
static int int_ts_RESP_verify_token(TS_VERIFY_CTX *ctx,
int TS_VERIFY_CTX_set0_imprint(TS_VERIFY_CTX *ctx,
void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx)
TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx)
TS_VERIFY_CTX *ret = ctx;
TS_VERIFY_CTX *TS_VERIFY_CTX_new(void)
TS_VERIFY_CTX *ctx = OPENSSL_zalloc(sizeof(*ctx));
void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx)
void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx)
int TS_VERIFY_CTX_add_flags(TS_VERIFY_CTX *ctx, int f)
int TS_VERIFY_CTX_set_flags(TS_VERIFY_CTX *ctx, int f)
BIO *TS_VERIFY_CTX_set_data(TS_VERIFY_CTX *ctx, BIO *b)
int TS_VERIFY_CTX_set0_data(TS_VERIFY_CTX *ctx, BIO *b)
X509_STORE *TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *s)
int TS_VERIFY_CTX_set0_store(TS_VERIFY_CTX *ctx, X509_STORE *s)
STACK_OF(X509) *TS_VERIFY_CTX_set_certs(TS_VERIFY_CTX *ctx,
int TS_VERIFY_CTX_set0_certs(TS_VERIFY_CTX *ctx, STACK_OF(X509) *certs)
unsigned char *TS_VERIFY_CTX_set_imprint(TS_VERIFY_CTX *ctx,
int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response);
int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token);
TS_VERIFY_CTX *TS_VERIFY_CTX_new(void);
void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx);
void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx);
void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx);
int TS_VERIFY_CTX_set_flags(TS_VERIFY_CTX *ctx, int f);
int TS_VERIFY_CTX_add_flags(TS_VERIFY_CTX *ctx, int f);
BIO *TS_VERIFY_CTX_set_data(TS_VERIFY_CTX *ctx, BIO *b);
int TS_VERIFY_CTX_set0_data(TS_VERIFY_CTX *ctx, BIO *b);
unsigned char *TS_VERIFY_CTX_set_imprint(TS_VERIFY_CTX *ctx,
int TS_VERIFY_CTX_set0_imprint(TS_VERIFY_CTX *ctx,
X509_STORE *TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *s);
int TS_VERIFY_CTX_set0_store(TS_VERIFY_CTX *ctx, X509_STORE *s);
STACK_OF(X509) *TS_VERIFY_CTX_set_certs(TS_VERIFY_CTX *ctx, STACK_OF(X509) *certs);
int TS_VERIFY_CTX_set0_certs(TS_VERIFY_CTX *ctx, STACK_OF(X509) *certs);
TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx);