Searched refs:TS_VERIFY_CTX (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/crypto/ts/ |
H A D | ts_verify_ctx.c | 15 TS_VERIFY_CTX *TS_VERIFY_CTX_new(void) in TS_VERIFY_CTX_new() 17 TS_VERIFY_CTX *ctx = OPENSSL_zalloc(sizeof(*ctx)); in TS_VERIFY_CTX_new() 24 void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx) in TS_VERIFY_CTX_init() 30 void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx) in TS_VERIFY_CTX_free() 39 int TS_VERIFY_CTX_add_flags(TS_VERIFY_CTX *ctx, int f) in TS_VERIFY_CTX_add_flags() 45 int TS_VERIFY_CTX_set_flags(TS_VERIFY_CTX *ctx, int f) in TS_VERIFY_CTX_set_flags() 51 BIO *TS_VERIFY_CTX_set_data(TS_VERIFY_CTX *ctx, BIO *b) in TS_VERIFY_CTX_set_data() 57 X509_STORE *TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *s) in TS_VERIFY_CTX_set_store() 63 STACK_OF(X509) *TS_VERIFY_CTX_set_certs(TS_VERIFY_CTX *ctx, in STACK_OF() 70 unsigned char *TS_VERIFY_CTX_set_imprint(TS_VERIFY_CTX *ctx, in TS_VERIFY_CTX_set_imprint() [all …]
|
H A D | ts_rsp_verify.c | 24 static int int_ts_RESP_verify_token(TS_VERIFY_CTX *ctx, 249 int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response) in TS_RESP_verify_response() 269 int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token) in TS_RESP_verify_token() 292 static int int_ts_RESP_verify_token(TS_VERIFY_CTX *ctx, in int_ts_RESP_verify_token()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ts.h | 405 typedef struct TS_verify_ctx TS_VERIFY_CTX; typedef 407 int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response); 408 int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token); 413 TS_VERIFY_CTX *TS_VERIFY_CTX_new(void); 414 void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx); 415 void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx); 416 void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx); 417 int TS_VERIFY_CTX_set_flags(TS_VERIFY_CTX *ctx, int f); 418 int TS_VERIFY_CTX_add_flags(TS_VERIFY_CTX *ctx, int f); 419 BIO *TS_VERIFY_CTX_set_data(TS_VERIFY_CTX *ctx, BIO *b); [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | TS_VERIFY_CTX_set_certs.pod | 12 STACK_OF(X509) *TS_VERIFY_CTX_set_certs(TS_VERIFY_CTX *ctx, 14 STACK_OF(X509) *TS_VERIFY_CTS_set_certs(TS_VERIFY_CTX *ctx,
|
/freebsd/crypto/openssl/apps/ |
H A D | ts.c | 69 static TS_VERIFY_CTX *create_verify_ctx(const char *data, const char *digest, 858 TS_VERIFY_CTX *verify_ctx = NULL; in verify_command() 896 static TS_VERIFY_CTX *create_verify_ctx(const char *data, const char *digest, in create_verify_ctx() 903 TS_VERIFY_CTX *ctx = NULL; in create_verify_ctx()
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 414 -T TS_VERIFY_CTX
|