Searched refs:hashed_msg (Results 1 – 4 of 4) sorted by relevance
120 return ASN1_OCTET_STRING_set(a->hashed_msg, d, len); in TS_MSG_IMPRINT_set_msg()125 return a->hashed_msg; in TS_MSG_IMPRINT_get_msg()
677 ret = len_a == (unsigned)ASN1_STRING_length(b->hashed_msg) && in TS_check_imprints()678 memcmp(imprint_a, ASN1_STRING_data(b->hashed_msg), len_a) == 0; in TS_check_imprints()
65 ASN1_SIMPLE(TS_MSG_IMPRINT, hashed_msg, ASN1_OCTET_STRING)
110 ASN1_OCTET_STRING *hashed_msg; member