Home
last modified time | relevance | path

Searched refs:digestedData (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_dd.c37 cms->d.digestedData = dd; in ossl_cms_DigestedData_create()
53 CMS_DigestedData *dd = cms->d.digestedData; in ossl_cms_DigestedData_init_bio()
73 dd = cms->d.digestedData; in ossl_cms_DigestedData_do_final()
H A Dcms_lib.c269 return &cms->d.digestedData->encapContentInfo->eContent; in CMS_get0_content()
309 return &cms->d.digestedData->encapContentInfo->eContentType; in cms_get0_econtent_type()
H A Dcms_local.h60 CMS_DigestedData *digestedData; member
H A Dcms_asn1.c296 … ADB_ENTRY(NID_pkcs7_digest, ASN1_NDEF_EXP(CMS_ContentInfo, d.digestedData, CMS_DigestedData, 0)),
/freebsd/crypto/heimdal/lib/asn1/
H A Dcms.asn117 id-pkcs7-digestedData OBJECT IDENTIFIER ::= { id-pkcs7 5 }
/freebsd/crypto/openssl/
H A DCHANGES.md9497 support for data, signedData, compressedData, digestedData and
11446 digestedData type. Add additional code to correctly generate the
11447 digestedData type and add support for this type in PKCS7 initialization