Searched refs:digestedData (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cms/ |
H A D | cms_dd.c | 34 cms->d.digestedData = dd; in cms_DigestedData_create() 51 dd = cms->d.digestedData; in cms_DigestedData_init_bio() 68 dd = cms->d.digestedData; in cms_DigestedData_do_final()
|
H A D | cms_lib.c | 171 return &cms->d.digestedData->encapContentInfo->eContent; in CMS_get0_content() 207 return &cms->d.digestedData->encapContentInfo->eContentType; in cms_get0_econtent_type()
|
H A D | cms_local.h | 53 CMS_DigestedData *digestedData; member
|
H A D | cms_asn1.c | 274 … ADB_ENTRY(NID_pkcs7_digest, ASN1_NDEF_EXP(CMS_ContentInfo, d.digestedData, CMS_DigestedData, 0)),
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/ |
H A D | cms_dd.c | 37 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 D | cms_lib.c | 282 return &cms->d.digestedData->encapContentInfo->eContent; in CMS_get0_content() 322 return &cms->d.digestedData->encapContentInfo->eContentType; in cms_get0_econtent_type()
|
H A D | cms_local.h | 60 CMS_DigestedData *digestedData; member
|
H A D | cms_asn1.c | 285 … ADB_ENTRY(NID_pkcs7_digest, ASN1_NDEF_EXP(CMS_ContentInfo, d.digestedData, CMS_DigestedData, 0)),
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | cms.asn1 | 17 id-pkcs7-digestedData OBJECT IDENTIFIER ::= { id-pkcs7 5 }
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | CHANGES | 4811 support for data, signedData, compressedData, digestedData and 6523 digestedData type. Add additional code to correctly generate the 6524 digestedData type and add support for this type in PKCS7 initialization
|