Home
last modified time | relevance | path

Searched refs:hashed_msg (Results 1 – 7 of 7) sorted by relevance

/openssl/crypto/ts/
H A Dts_req_utils.c71 return ASN1_OCTET_STRING_set(a->hashed_msg, d, len); in TS_MSG_IMPRINT_set_msg()
76 return a->hashed_msg; in TS_MSG_IMPRINT_get_msg()
H A Dts_lib.c87 msg = a->hashed_msg; in TS_MSG_IMPRINT_print_bio()
H A Dts_local.h17 ASN1_OCTET_STRING *hashed_msg; member
H A Dts_verify_ctx.c164 msg = imprint->hashed_msg; in TS_REQ_to_TS_VERIFY_CTX()
H A Dts_rsp_verify.c506 ret = len_a == (unsigned)ASN1_STRING_length(b->hashed_msg) && in ts_check_imprints()
507 memcmp(imprint_a, ASN1_STRING_get0_data(b->hashed_msg), len_a) == 0; in ts_check_imprints()
H A Dts_asn1.c17 ASN1_SIMPLE(TS_MSG_IMPRINT, hashed_msg, ASN1_OCTET_STRING)
H A Dts_rsp_sign.c484 digest = msg_imprint->hashed_msg; in ts_RESP_check_request()

Completed in 17 milliseconds