Home
last modified time | relevance | path

Searched refs:TS_VERIFY_CTX (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/ts/
H A Dts_verify_ctx.c67 TS_VERIFY_CTX *
70 TS_VERIFY_CTX *ctx = calloc(1, sizeof(TS_VERIFY_CTX)); in TS_VERIFY_CTX_new()
79 TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx) in TS_VERIFY_CTX_init()
81 memset(ctx, 0, sizeof(TS_VERIFY_CTX)); in TS_VERIFY_CTX_init()
85 TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx) in TS_VERIFY_CTX_free()
95 TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx) in TS_VERIFY_CTX_cleanup()
130 TS_VERIFY_CTX_add_flags(TS_VERIFY_CTX *ctx, int flags) in TS_VERIFY_CTX_add_flags()
138 TS_VERIFY_CTX_set_flags(TS_VERIFY_CTX *ctx, int flags) in TS_VERIFY_CTX_set_flags()
146 TS_VERIFY_CTX_set_data(TS_VERIFY_CTX *ctx, BIO *bio) in TS_VERIFY_CTX_set_data()
181 TS_VERIFY_CTX *
[all …]
H A Dts_rsp_verify.c81 static int int_TS_RESP_verify_token(TS_VERIFY_CTX *ctx,
469 TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response) in TS_RESP_verify_response()
494 TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token) in TS_RESP_verify_token()
519 int_TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token, in int_TS_RESP_verify_token()
/dragonfly/crypto/libressl/include/openssl/
H A Dts.h478 typedef struct TS_verify_ctx TS_VERIFY_CTX; typedef
481 int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token);
489 TS_VERIFY_CTX *TS_VERIFY_CTX_new(void);
490 void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx);
491 void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx);
492 void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx);
494 int TS_VERIFY_CTX_add_flags(TS_VERIFY_CTX *ctx, int flags);
495 int TS_VERIFY_CTX_set_flags(TS_VERIFY_CTX *ctx, int flags);
496 BIO *TS_VERIFY_CTX_set_data(TS_VERIFY_CTX *ctx, BIO *bio);
500 STACK_OF(X509) *TS_VERIFY_CTX_set_certs(TS_VERIFY_CTX *ctx,
[all …]
/dragonfly/crypto/libressl/apps/openssl/
H A Dts.c109 static TS_VERIFY_CTX *create_verify_ctx(char *data, char *digest,
1073 TS_VERIFY_CTX *verify_ctx = NULL; in verify_command()
1114 static TS_VERIFY_CTX *
1118 TS_VERIFY_CTX *ctx = NULL; in create_verify_ctx()