HomeSort by: relevance | last modified time | path
    Searched refs:msg_imprint (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/crypto/ts/
ts_req_utils.c 27 int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint)
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;
ts_local.h 44 TS_MSG_IMPRINT *msg_imprint; member in struct:TS_req_st
85 TS_MSG_IMPRINT *msg_imprint; member in struct:TS_tst_info_st
ts_req_print.c 29 TS_MSG_IMPRINT_print_bio(bio, a->msg_imprint);
ts_rsp_utils.c 89 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint)
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;
ts_rsp_verify.c 421 TS_MSG_IMPRINT *msg_imprint = tst_info->msg_imprint; local
422 X509_ALGOR *md_alg_resp = msg_imprint->hash_algo;
489 TS_MSG_IMPRINT *b = tst_info->msg_imprint;
ts_asn1.c 47 ASN1_SIMPLE(TS_REQ, msg_imprint, TS_MSG_IMPRINT),
89 ASN1_SIMPLE(TS_TST_INFO, msg_imprint, TS_MSG_IMPRINT),
ts_rsp_print.c 130 TS_MSG_IMPRINT_print_bio(bio, a->msg_imprint);
ts_verify_ctx.c 160 imprint = req->msg_imprint;
  /src/crypto/external/bsd/openssl/dist/crypto/ts/
ts_req_utils.c 27 int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint)
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;
ts_local.h 44 TS_MSG_IMPRINT *msg_imprint; member in struct:TS_req_st
85 TS_MSG_IMPRINT *msg_imprint; member in struct:TS_tst_info_st
ts_req_print.c 29 TS_MSG_IMPRINT_print_bio(bio, a->msg_imprint);
ts_rsp_utils.c 89 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint)
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;
ts_rsp_verify.c 422 TS_MSG_IMPRINT *msg_imprint = tst_info->msg_imprint; local
423 X509_ALGOR *md_alg_resp = msg_imprint->hash_algo;
492 TS_MSG_IMPRINT *b = tst_info->msg_imprint;
ts_asn1.c 47 ASN1_SIMPLE(TS_REQ, msg_imprint, TS_MSG_IMPRINT),
89 ASN1_SIMPLE(TS_TST_INFO, msg_imprint, TS_MSG_IMPRINT),
ts_rsp_print.c 131 TS_MSG_IMPRINT_print_bio(bio, a->msg_imprint);
ts_verify_ctx.c 124 imprint = req->msg_imprint;
  /src/crypto/external/bsd/openssl.old/dist/crypto/ts/
ts_req_utils.c 27 int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint)
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;
ts_req_print.c 29 TS_MSG_IMPRINT_print_bio(bio, a->msg_imprint);
ts_local.h 44 TS_MSG_IMPRINT *msg_imprint; member in struct:TS_req_st
85 TS_MSG_IMPRINT *msg_imprint; member in struct:TS_tst_info_st
ts_rsp_utils.c 89 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint)
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;
ts_asn1.c 47 ASN1_SIMPLE(TS_REQ, msg_imprint, TS_MSG_IMPRINT),
89 ASN1_SIMPLE(TS_TST_INFO, msg_imprint, TS_MSG_IMPRINT),
ts_rsp_print.c 131 TS_MSG_IMPRINT_print_bio(bio, a->msg_imprint);
ts_rsp_verify.c 571 TS_MSG_IMPRINT *msg_imprint = tst_info->msg_imprint; local
572 X509_ALGOR *md_alg_resp = msg_imprint->hash_algo;
626 TS_MSG_IMPRINT *b = tst_info->msg_imprint;
ts_verify_ctx.c 124 imprint = req->msg_imprint;
  /src/crypto/external/apache2/openssl/dist/apps/
ts.c 470 TS_MSG_IMPRINT *msg_imprint = NULL; local
482 if ((msg_imprint = TS_MSG_IMPRINT_new()) == NULL)
491 if (!TS_MSG_IMPRINT_set_algo(msg_imprint, algo))
495 if (!TS_MSG_IMPRINT_set_msg(msg_imprint, data, len))
497 if (!TS_REQ_set_msg_imprint(ts_req, msg_imprint))
520 TS_MSG_IMPRINT_free(msg_imprint);

Completed in 45 milliseconds

1 2