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

/barrelfish-master/lib/openssl-1.0.0d/crypto/ts/
H A Dts_verify_ctx.c63 TS_VERIFY_CTX *TS_VERIFY_CTX_new(void)
65 TS_VERIFY_CTX *ctx =
66 (TS_VERIFY_CTX *) OPENSSL_malloc(sizeof(TS_VERIFY_CTX));
68 memset(ctx, 0, sizeof(TS_VERIFY_CTX));
74 void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx)
77 memset(ctx, 0, sizeof(TS_VERIFY_CTX));
80 void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx)
88 void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx)
109 TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CT
[all...]
H A Dts.h681 } TS_VERIFY_CTX; typedef in typeref:struct:TS_verify_ctx
683 int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response);
684 int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token);
692 TS_VERIFY_CTX *TS_VERIFY_CTX_new(void);
693 void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx);
694 void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx);
695 void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx);
713 TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx);
H A Dts_rsp_verify.c73 static int int_TS_RESP_verify_token(TS_VERIFY_CTX *ctx,
362 int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response)
384 int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token)
408 static int int_TS_RESP_verify_token(TS_VERIFY_CTX *ctx,
/barrelfish-master/include/openssl/
H A Dts.h681 } TS_VERIFY_CTX; typedef in typeref:struct:TS_verify_ctx
683 int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response);
684 int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token);
692 TS_VERIFY_CTX *TS_VERIFY_CTX_new(void);
693 void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx);
694 void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx);
695 void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx);
713 TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx);
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dts.c114 static TS_VERIFY_CTX *create_verify_ctx(char *data, char *digest,
968 TS_VERIFY_CTX *verify_ctx = NULL;
1010 static TS_VERIFY_CTX *create_verify_ctx(char *data, char *digest,
1015 TS_VERIFY_CTX *ctx = NULL;

Completed in 111 milliseconds