Home
last modified time | relevance | path

Searched refs:tst_info (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_verify.c25 PKCS7 *token, TS_TST_INFO *tst_info);
29 const TS_TST_INFO *tst_info);
30 static int ts_compute_imprint(BIO *data, TS_TST_INFO *tst_info,
35 TS_TST_INFO *tst_info);
36 static int ts_check_nonces(const ASN1_INTEGER *a, TS_TST_INFO *tst_info);
252 TS_TST_INFO *tst_info = response->tst_info; in TS_RESP_verify_response() local
257 if (!int_ts_RESP_verify_token(ctx, token, tst_info)) in TS_RESP_verify_response()
271 TS_TST_INFO *tst_info = PKCS7_to_TS_TST_INFO(token); in TS_RESP_verify_token() local
273 if (tst_info) { in TS_RESP_verify_token()
292 int_ts_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token, TS_TST_INFO *tst_info) int_ts_RESP_verify_token() argument
405 ts_check_policy(const ASN1_OBJECT *req_oid, const TS_TST_INFO *tst_info) ts_check_policy() argument
418 ts_compute_imprint(BIO *data, TS_TST_INFO *tst_info, X509_ALGOR **md_alg, unsigned char **imprint, unsigned *imprint_len) ts_compute_imprint() argument
488 ts_check_imprints(X509_ALGOR *algor_a, const unsigned char *imprint_a, unsigned len_a, TS_TST_INFO *tst_info) ts_check_imprints() argument
516 ts_check_nonces(const ASN1_INTEGER *a, TS_TST_INFO *tst_info) ts_check_nonces() argument
[all...]
H A Dts_rsp_sign.c362 return ctx->tst_info; in TS_RESP_CTX_get_tst_info()
399 if ((ctx->tst_info = ts_RESP_create_tst_info(ctx, policy)) == NULL) in TS_RESP_create_response()
431 ctx->tst_info = NULL; in ts_RESP_CTX_init()
441 TS_TST_INFO_free(ctx->tst_info); in ts_RESP_CTX_cleanup()
442 ctx->tst_info = NULL; in ts_RESP_CTX_cleanup()
531 TS_TST_INFO *tst_info = NULL; in ts_RESP_create_tst_info() local
539 if ((tst_info = TS_TST_INFO_new()) == NULL) in ts_RESP_create_tst_info()
541 if (!TS_TST_INFO_set_version(tst_info, 1)) in ts_RESP_create_tst_info()
543 if (!TS_TST_INFO_set_policy_id(tst_info, policy)) in ts_RESP_create_tst_info()
545 if (!TS_TST_INFO_set_msg_imprint(tst_info, ct in ts_RESP_create_tst_info()
[all...]
H A Dts_rsp_utils.c40 void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info) in TS_RESP_set_tst_info() argument
44 TS_TST_INFO_free(a->tst_info); in TS_RESP_set_tst_info()
45 a->tst_info = tst_info; in TS_RESP_set_tst_info()
55 return a->tst_info; in TS_RESP_get_tst_info()
H A Dts_local.h28 TS_TST_INFO *tst_info; member
126 TS_TST_INFO *tst_info; member
H A Dts_rsp_print.c34 if (a->tst_info != NULL) in TS_RESP_print_bio()
35 TS_TST_INFO_print_bio(bio, a->tst_info); in TS_RESP_print_bio()
/third_party/openssl/crypto/ts/
H A Dts_rsp_verify.c25 PKCS7 *token, TS_TST_INFO *tst_info);
29 const TS_TST_INFO *tst_info);
30 static int ts_compute_imprint(BIO *data, TS_TST_INFO *tst_info,
35 TS_TST_INFO *tst_info);
36 static int ts_check_nonces(const ASN1_INTEGER *a, TS_TST_INFO *tst_info);
252 TS_TST_INFO *tst_info = response->tst_info; in TS_RESP_verify_response() local
257 if (!int_ts_RESP_verify_token(ctx, token, tst_info)) in TS_RESP_verify_response()
271 TS_TST_INFO *tst_info = PKCS7_to_TS_TST_INFO(token); in TS_RESP_verify_token() local
273 if (tst_info) { in TS_RESP_verify_token()
292 int_ts_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token, TS_TST_INFO *tst_info) int_ts_RESP_verify_token() argument
405 ts_check_policy(const ASN1_OBJECT *req_oid, const TS_TST_INFO *tst_info) ts_check_policy() argument
418 ts_compute_imprint(BIO *data, TS_TST_INFO *tst_info, X509_ALGOR **md_alg, unsigned char **imprint, unsigned *imprint_len) ts_compute_imprint() argument
488 ts_check_imprints(X509_ALGOR *algor_a, const unsigned char *imprint_a, unsigned len_a, TS_TST_INFO *tst_info) ts_check_imprints() argument
516 ts_check_nonces(const ASN1_INTEGER *a, TS_TST_INFO *tst_info) ts_check_nonces() argument
[all...]
H A Dts_rsp_sign.c362 return ctx->tst_info; in TS_RESP_CTX_get_tst_info()
399 if ((ctx->tst_info = ts_RESP_create_tst_info(ctx, policy)) == NULL) in TS_RESP_create_response()
431 ctx->tst_info = NULL; in ts_RESP_CTX_init()
441 TS_TST_INFO_free(ctx->tst_info); in ts_RESP_CTX_cleanup()
442 ctx->tst_info = NULL; in ts_RESP_CTX_cleanup()
531 TS_TST_INFO *tst_info = NULL; in ts_RESP_create_tst_info() local
539 if ((tst_info = TS_TST_INFO_new()) == NULL) in ts_RESP_create_tst_info()
541 if (!TS_TST_INFO_set_version(tst_info, 1)) in ts_RESP_create_tst_info()
543 if (!TS_TST_INFO_set_policy_id(tst_info, policy)) in ts_RESP_create_tst_info()
545 if (!TS_TST_INFO_set_msg_imprint(tst_info, ct in ts_RESP_create_tst_info()
[all...]
H A Dts_rsp_utils.c40 void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info) in TS_RESP_set_tst_info() argument
44 TS_TST_INFO_free(a->tst_info); in TS_RESP_set_tst_info()
45 a->tst_info = tst_info; in TS_RESP_set_tst_info()
55 return a->tst_info; in TS_RESP_get_tst_info()
H A Dts_local.h28 TS_TST_INFO *tst_info; member
126 TS_TST_INFO *tst_info; member
H A Dts_rsp_print.c34 if (a->tst_info != NULL) in TS_RESP_print_bio()
35 TS_TST_INFO_print_bio(bio, a->tst_info); in TS_RESP_print_bio()
/third_party/node/deps/openssl/openssl/apps/
H A Dts.c622 TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response); in reply_command() local
623 if (!TS_TST_INFO_print_bio(out_bio, tst_info)) in reply_command()
660 TS_TST_INFO *tst_info = NULL; in read_PKCS7() local
666 if ((tst_info = PKCS7_to_TS_TST_INFO(token)) == NULL) in read_PKCS7()
676 TS_RESP_set_tst_info(resp, token, tst_info); in read_PKCS7()
678 tst_info = NULL; /* Ownership is lost. */ in read_PKCS7()
683 TS_TST_INFO_free(tst_info); in read_PKCS7()
/third_party/openssl/apps/
H A Dts.c622 TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response); in reply_command() local
623 if (!TS_TST_INFO_print_bio(out_bio, tst_info)) in reply_command()
660 TS_TST_INFO *tst_info = NULL; in read_PKCS7() local
666 if ((tst_info = PKCS7_to_TS_TST_INFO(token)) == NULL) in read_PKCS7()
676 TS_RESP_set_tst_info(resp, token, tst_info); in read_PKCS7()
678 tst_info = NULL; /* Ownership is lost. */ in read_PKCS7()
683 TS_TST_INFO_free(tst_info); in read_PKCS7()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dts.h172 void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info);
/third_party/openssl/include/openssl/
H A Dts.h172 void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info);
/third_party/openssl/ohos_lite/include/openssl/
H A Dts.h230 void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info);

Completed in 11 milliseconds