Searched refs:TS_VERIFY_CTX (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_verify_ctx.c64 TS_VERIFY_CTX *TS_VERIFY_CTX_new(void)
66 TS_VERIFY_CTX *ctx =
67 (TS_VERIFY_CTX *)OPENSSL_malloc(sizeof(TS_VERIFY_CTX));
69 memset(ctx, 0, sizeof(TS_VERIFY_CTX));
75 void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx)
78 memset(ctx, 0, sizeof(TS_VERIFY_CTX));
81 void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx)
90 void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx)
112 TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CT
[all...]
H A Dts.h678 } TS_VERIFY_CTX; typedef in typeref:struct:TS_verify_ctx
680 int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response);
681 int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token);
689 TS_VERIFY_CTX *TS_VERIFY_CTX_new(void);
690 void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx);
691 void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx);
692 void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx);
710 TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx);
H A Dts_rsp_verify.c75 static int int_TS_RESP_verify_token(TS_VERIFY_CTX *ctx,
382 int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response)
405 int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token)
428 static int int_TS_RESP_verify_token(TS_VERIFY_CTX *ctx,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_verify_ctx.c64 TS_VERIFY_CTX *TS_VERIFY_CTX_new(void)
66 TS_VERIFY_CTX *ctx =
67 (TS_VERIFY_CTX *)OPENSSL_malloc(sizeof(TS_VERIFY_CTX));
69 memset(ctx, 0, sizeof(TS_VERIFY_CTX));
75 void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx)
78 memset(ctx, 0, sizeof(TS_VERIFY_CTX));
81 void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx)
90 void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx)
112 TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CT
[all...]
H A Dts.h678 } TS_VERIFY_CTX; typedef in typeref:struct:TS_verify_ctx
680 int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response);
681 int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token);
689 TS_VERIFY_CTX *TS_VERIFY_CTX_new(void);
690 void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx);
691 void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx);
692 void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx);
710 TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx);
H A Dts_rsp_verify.c75 static int int_TS_RESP_verify_token(TS_VERIFY_CTX *ctx,
382 int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response)
405 int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token)
428 static int int_TS_RESP_verify_token(TS_VERIFY_CTX *ctx,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dts.c116 static TS_VERIFY_CTX *create_verify_ctx(char *data, char *digest,
951 TS_VERIFY_CTX *verify_ctx = NULL;
992 static TS_VERIFY_CTX *create_verify_ctx(char *data, char *digest,
997 TS_VERIFY_CTX *ctx = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dts.c116 static TS_VERIFY_CTX *create_verify_ctx(char *data, char *digest,
951 TS_VERIFY_CTX *verify_ctx = NULL;
992 static TS_VERIFY_CTX *create_verify_ctx(char *data, char *digest,
997 TS_VERIFY_CTX *ctx = NULL;

Completed in 49 milliseconds