Searched refs:tst_info (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/ts/ |
H A D | ts_rsp_verify.c | 29 const TS_TST_INFO *tst_info); 35 TS_TST_INFO *tst_info); 252 TS_TST_INFO *tst_info = response->tst_info; in TS_RESP_verify_response() local 273 if (tst_info) { in TS_RESP_verify_token() 275 TS_TST_INFO_free(tst_info); in TS_RESP_verify_token() 296 GENERAL_NAME *tsa_name = tst_info->tsa; in int_ts_RESP_verify_token() 318 && !ts_check_policy(ctx->policy, tst_info)) in int_ts_RESP_verify_token() 322 tst_info)) in int_ts_RESP_verify_token() 330 && !ts_check_nonces(ctx->nonce, tst_info)) in int_ts_RESP_verify_token() 490 TS_MSG_IMPRINT *b = tst_info->msg_imprint; in ts_check_imprints() [all …]
|
H A D | ts_rsp_sign.c | 356 return ctx->tst_info; in TS_RESP_CTX_get_tst_info() 425 ctx->tst_info = NULL; in ts_RESP_CTX_init() 435 TS_TST_INFO_free(ctx->tst_info); in ts_RESP_CTX_cleanup() 436 ctx->tst_info = NULL; in ts_RESP_CTX_cleanup() 529 TS_TST_INFO *tst_info = NULL; in ts_RESP_create_tst_info() local 537 if ((tst_info = TS_TST_INFO_new()) == NULL) in ts_RESP_create_tst_info() 539 if (!TS_TST_INFO_set_version(tst_info, 1)) in ts_RESP_create_tst_info() 568 && !TS_TST_INFO_set_ordering(tst_info, 1)) in ts_RESP_create_tst_info() 590 TS_TST_INFO_free(tst_info); in ts_RESP_create_tst_info() 591 tst_info = NULL; in ts_RESP_create_tst_info() [all …]
|
H A D | ts_asn1.c | 144 TS_TST_INFO_free(a->tst_info); 145 a->tst_info = PKCS7_to_TS_TST_INFO(a->token); 146 if (!a->tst_info) { 163 ts_resp->tst_info = NULL; in ts_resp_cb() 165 TS_TST_INFO_free(ts_resp->tst_info); in ts_resp_cb()
|
H A D | ts_rsp_utils.c | 40 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 D | ts_local.h | 28 TS_TST_INFO *tst_info; member 126 TS_TST_INFO *tst_info; member
|
H A D | ts_rsp_print.c | 34 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()
|
/openssl/apps/ |
H A D | ts.c | 628 TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response); in reply_command() local 629 if (!TS_TST_INFO_print_bio(out_bio, tst_info)) in reply_command() 666 TS_TST_INFO *tst_info = NULL; in read_PKCS7() local 672 if ((tst_info = PKCS7_to_TS_TST_INFO(token)) == NULL) in read_PKCS7() 682 TS_RESP_set_tst_info(resp, token, tst_info); in read_PKCS7() 684 tst_info = NULL; /* Ownership is lost. */ in read_PKCS7() 689 TS_TST_INFO_free(tst_info); in read_PKCS7()
|
/openssl/include/openssl/ |
H A D | ts.h | 174 void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info);
|
Completed in 25 milliseconds