Home
last modified time | relevance | path

Searched refs:CMS_DigestedData (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/cms/
H A Dcms_dd.c23 CMS_DigestedData *dd; in cms_DigestedData_create()
28 dd = M_ASN1_new_of(CMS_DigestedData); in cms_DigestedData_create()
50 CMS_DigestedData *dd; in cms_DigestedData_init_bio()
61 CMS_DigestedData *dd; in cms_DigestedData_do_final()
H A Dcms_asn1.c235 ASN1_NDEF_SEQUENCE(CMS_DigestedData) = {
236 ASN1_EMBED(CMS_DigestedData, version, INT32),
237 ASN1_SIMPLE(CMS_DigestedData, digestAlgorithm, X509_ALGOR),
238 ASN1_SIMPLE(CMS_DigestedData, encapContentInfo, CMS_EncapsulatedContentInfo),
239 ASN1_SIMPLE(CMS_DigestedData, digest, ASN1_OCTET_STRING)
240 } ASN1_NDEF_SEQUENCE_END(CMS_DigestedData)
274 … ADB_ENTRY(NID_pkcs7_digest, ASN1_NDEF_EXP(CMS_ContentInfo, d.digestedData, CMS_DigestedData, 0)),
H A Dcms_lcl.h29 typedef struct CMS_DigestedData_st CMS_DigestedData; typedef
53 CMS_DigestedData *digestedData;
422 DECLARE_ASN1_ITEM(CMS_DigestedData)