Searched refs:hashed_msg (Results 1 – 4 of 4) sorted by relevance
129 return ASN1_OCTET_STRING_set(a->hashed_msg, d, len); in TS_MSG_IMPRINT_set_msg()135 return a->hashed_msg; in TS_MSG_IMPRINT_get_msg()
72 ASN1_OCTET_STRING *hashed_msg; member
770 ret = len_a == (unsigned) ASN1_STRING_length(b->hashed_msg) && in TS_check_imprints()771 memcmp(imprint_a, ASN1_STRING_data(b->hashed_msg), len_a) == 0; in TS_check_imprints()
77 .offset = offsetof(TS_MSG_IMPRINT, hashed_msg),