Searched refs:hashed_msg (Results 1 - 8 of 8) 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.c120 return ASN1_OCTET_STRING_set(a->hashed_msg, d, len);
125 return a->hashed_msg;
H A Dts_asn1.c65 ASN1_SIMPLE(TS_MSG_IMPRINT, hashed_msg, ASN1_OCTET_STRING)
H A Dts_rsp_verify.c668 ret = len_a == (unsigned)ASN1_STRING_length(b->hashed_msg) &&
669 memcmp(imprint_a, ASN1_STRING_data(b->hashed_msg), len_a) == 0;
H A Dts.h110 ASN1_OCTET_STRING *hashed_msg; member in struct:TS_msg_imprint_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_req_utils.c120 return ASN1_OCTET_STRING_set(a->hashed_msg, d, len);
125 return a->hashed_msg;
H A Dts_asn1.c65 ASN1_SIMPLE(TS_MSG_IMPRINT, hashed_msg, ASN1_OCTET_STRING)
H A Dts_rsp_verify.c668 ret = len_a == (unsigned)ASN1_STRING_length(b->hashed_msg) &&
669 memcmp(imprint_a, ASN1_STRING_data(b->hashed_msg), len_a) == 0;
H A Dts.h110 ASN1_OCTET_STRING *hashed_msg; member in struct:TS_msg_imprint_st

Completed in 84 milliseconds