Searched refs:msg_imprint (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/ts/
H A Dts_req_utils.c27 int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint) argument
31 if (a->msg_imprint == msg_imprint)
33 new_msg_imprint = TS_MSG_IMPRINT_dup(msg_imprint);
38 TS_MSG_IMPRINT_free(a->msg_imprint);
39 a->msg_imprint = new_msg_imprint;
45 return a->msg_imprint;
H A Dts_req_print.c29 TS_MSG_IMPRINT_print_bio(bio, a->msg_imprint);
H A Dts_local.h44 TS_MSG_IMPRINT *msg_imprint; member in struct:TS_req_st
85 TS_MSG_IMPRINT *msg_imprint; member in struct:TS_tst_info_st
H A Dts_rsp_utils.c89 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint) argument
93 if (a->msg_imprint == msg_imprint)
95 new_msg_imprint = TS_MSG_IMPRINT_dup(msg_imprint);
100 TS_MSG_IMPRINT_free(a->msg_imprint);
101 a->msg_imprint = new_msg_imprint;
107 return a->msg_imprint;
H A Dts_asn1.c47 ASN1_SIMPLE(TS_REQ, msg_imprint, TS_MSG_IMPRINT),
89 ASN1_SIMPLE(TS_TST_INFO, msg_imprint, TS_MSG_IMPRINT),
H A Dts_rsp_print.c131 TS_MSG_IMPRINT_print_bio(bio, a->msg_imprint);
H A Dts_rsp_verify.c571 TS_MSG_IMPRINT *msg_imprint = tst_info->msg_imprint; local
572 X509_ALGOR *md_alg_resp = msg_imprint->hash_algo;
625 TS_MSG_IMPRINT *b = tst_info->msg_imprint;
H A Dts_verify_ctx.c123 imprint = req->msg_imprint;
H A Dts_rsp_sign.c454 TS_MSG_IMPRINT *msg_imprint; local
468 msg_imprint = request->msg_imprint;
469 md_alg = msg_imprint->hash_algo;
491 digest = msg_imprint->hashed_msg;
550 if (!TS_TST_INFO_set_msg_imprint(tst_info, ctx->request->msg_imprint))
/freebsd-12-stable/crypto/openssl/apps/
H A Dts.c420 TS_MSG_IMPRINT *msg_imprint = NULL; local
432 if ((msg_imprint = TS_MSG_IMPRINT_new()) == NULL)
441 if (!TS_MSG_IMPRINT_set_algo(msg_imprint, algo))
445 if (!TS_MSG_IMPRINT_set_msg(msg_imprint, data, len))
447 if (!TS_REQ_set_msg_imprint(ts_req, msg_imprint))
470 TS_MSG_IMPRINT_free(msg_imprint);
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dts.h191 int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint);
240 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint);

Completed in 77 milliseconds