Home
last modified time | relevance | path

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

/openssl-master/crypto/ts/
A Dts_verify_ctx.c15 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()
63 STACK_OF(X509) *TS_VERIFY_CTX_set_certs(TS_VERIFY_CTX *ctx, in STACK_OF()
79 void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx) in TS_VERIFY_CTX_cleanup()
101 TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx) in TS_REQ_to_TS_VERIFY_CTX()
[all …]
A Dts_rsp_verify.c24 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()
/openssl-master/include/openssl/
A Dts.h405 typedef struct TS_verify_ctx TS_VERIFY_CTX; typedef
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);
420 unsigned char *TS_VERIFY_CTX_set_imprint(TS_VERIFY_CTX *ctx,
[all …]
/openssl-master/doc/man3/
A DTS_VERIFY_CTX_set_certs.pod12 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,
/openssl-master/apps/
A Dts.c69 static TS_VERIFY_CTX *create_verify_ctx(const char *data, const char *digest,
855 TS_VERIFY_CTX *verify_ctx = NULL; in verify_command()
893 static TS_VERIFY_CTX *create_verify_ctx(const char *data, const char *digest, in create_verify_ctx()
900 TS_VERIFY_CTX *ctx = NULL; in create_verify_ctx()
/openssl-master/util/
A Dindent.pro414 -T TS_VERIFY_CTX

Completed in 9 milliseconds