Searched refs:astype (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/lib/libcrypto/pkcs7/
H A Dpk7_doit.c1154 ASN1_TYPE *astype; local
1156 if (!(astype = get_attribute(sk, NID_pkcs9_messageDigest)))
1158 if (astype->type != V_ASN1_OCTET_STRING)
1160 return astype->value.octet_string;

Completed in 113 milliseconds