Searched refs:tst_info (Results 1 – 8 of 8) sorted by relevance
/openssl-master/crypto/ts/ |
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() 492 TS_MSG_IMPRINT *b = tst_info->msg_imprint; in ts_check_imprints() [all …]
|
A D | ts_rsp_sign.c | 362 return ctx->tst_info; in TS_RESP_CTX_get_tst_info() 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() 570 && !TS_TST_INFO_set_ordering(tst_info, 1)) in ts_RESP_create_tst_info() 592 TS_TST_INFO_free(tst_info); in ts_RESP_create_tst_info() 593 tst_info = NULL; in ts_RESP_create_tst_info() [all …]
|
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()
|
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()
|
A D | ts_local.h | 28 TS_TST_INFO *tst_info; member 126 TS_TST_INFO *tst_info; member
|
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-master/apps/ |
A D | ts.c | 622 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()
|
/openssl-master/include/openssl/ |
A D | ts.h | 172 void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info);
|
Completed in 12 milliseconds