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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_req_utils.c76 int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint) argument
80 if (a->msg_imprint == msg_imprint)
82 new_msg_imprint = TS_MSG_IMPRINT_dup(msg_imprint);
87 TS_MSG_IMPRINT_free(a->msg_imprint);
88 a->msg_imprint = new_msg_imprint;
94 return a->msg_imprint;
H A Dts_rsp_utils.c141 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint) argument
145 if (a->msg_imprint == msg_imprint)
147 new_msg_imprint = TS_MSG_IMPRINT_dup(msg_imprint);
152 TS_MSG_IMPRINT_free(a->msg_imprint);
153 a->msg_imprint = new_msg_imprint;
159 return a->msg_imprint;
H A Dts.h127 TS_MSG_IMPRINT *msg_imprint; member in struct:TS_req_st
170 TS_MSG_IMPRINT *msg_imprint; member in struct:TS_tst_info_st
367 int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint);
416 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint);
H A Dts_asn1.c97 ASN1_SIMPLE(TS_REQ, msg_imprint, TS_MSG_IMPRINT),
141 ASN1_SIMPLE(TS_TST_INFO, msg_imprint, TS_MSG_IMPRINT),
H A Dts_rsp_sign.c512 TS_MSG_IMPRINT *msg_imprint; local
528 msg_imprint = TS_REQ_get_msg_imprint(request);
529 md_alg = TS_MSG_IMPRINT_get_algo(msg_imprint);
553 digest = TS_MSG_IMPRINT_get_msg(msg_imprint);
616 if (!TS_TST_INFO_set_msg_imprint(tst_info, ctx->request->msg_imprint))
H A Dts_rsp_verify.c597 TS_MSG_IMPRINT *msg_imprint = TS_TST_INFO_get_msg_imprint(tst_info); local
598 X509_ALGOR *md_alg_resp = TS_MSG_IMPRINT_get_algo(msg_imprint);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_req_utils.c76 int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint) argument
80 if (a->msg_imprint == msg_imprint)
82 new_msg_imprint = TS_MSG_IMPRINT_dup(msg_imprint);
87 TS_MSG_IMPRINT_free(a->msg_imprint);
88 a->msg_imprint = new_msg_imprint;
94 return a->msg_imprint;
H A Dts_rsp_utils.c141 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint) argument
145 if (a->msg_imprint == msg_imprint)
147 new_msg_imprint = TS_MSG_IMPRINT_dup(msg_imprint);
152 TS_MSG_IMPRINT_free(a->msg_imprint);
153 a->msg_imprint = new_msg_imprint;
159 return a->msg_imprint;
H A Dts.h127 TS_MSG_IMPRINT *msg_imprint; member in struct:TS_req_st
170 TS_MSG_IMPRINT *msg_imprint; member in struct:TS_tst_info_st
367 int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint);
416 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint);
H A Dts_asn1.c97 ASN1_SIMPLE(TS_REQ, msg_imprint, TS_MSG_IMPRINT),
141 ASN1_SIMPLE(TS_TST_INFO, msg_imprint, TS_MSG_IMPRINT),
H A Dts_rsp_sign.c512 TS_MSG_IMPRINT *msg_imprint; local
528 msg_imprint = TS_REQ_get_msg_imprint(request);
529 md_alg = TS_MSG_IMPRINT_get_algo(msg_imprint);
553 digest = TS_MSG_IMPRINT_get_msg(msg_imprint);
616 if (!TS_TST_INFO_set_msg_imprint(tst_info, ctx->request->msg_imprint))
H A Dts_rsp_verify.c597 TS_MSG_IMPRINT *msg_imprint = TS_TST_INFO_get_msg_imprint(tst_info); local
598 X509_ALGOR *md_alg_resp = TS_MSG_IMPRINT_get_algo(msg_imprint);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dts.c499 TS_MSG_IMPRINT *msg_imprint = NULL; local
518 if (!(msg_imprint = TS_MSG_IMPRINT_new()))
529 if (!TS_MSG_IMPRINT_set_algo(msg_imprint, algo))
535 if (!TS_MSG_IMPRINT_set_msg(msg_imprint, data, len))
538 if (!TS_REQ_set_msg_imprint(ts_req, msg_imprint))
564 TS_MSG_IMPRINT_free(msg_imprint);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dts.c499 TS_MSG_IMPRINT *msg_imprint = NULL; local
518 if (!(msg_imprint = TS_MSG_IMPRINT_new()))
529 if (!TS_MSG_IMPRINT_set_algo(msg_imprint, algo))
535 if (!TS_MSG_IMPRINT_set_msg(msg_imprint, data, len))
538 if (!TS_REQ_set_msg_imprint(ts_req, msg_imprint))
564 TS_MSG_IMPRINT_free(msg_imprint);

Completed in 123 milliseconds