Searched refs:CMS_DigestedData (Results 1 – 3 of 3) sorted by relevance
| /crypto/cms/ |
| A D | cms_dd.c | 25 CMS_DigestedData *dd; in ossl_cms_DigestedData_create() 31 dd = M_ASN1_new_of(CMS_DigestedData); in ossl_cms_DigestedData_create() 53 CMS_DigestedData *dd = cms->d.digestedData; in ossl_cms_DigestedData_init_bio() 66 CMS_DigestedData *dd; in ossl_cms_DigestedData_do_final()
|
| A D | cms_asn1.c | 307 ASN1_NDEF_SEQUENCE(CMS_DigestedData) = { 308 ASN1_EMBED(CMS_DigestedData, version, INT32), 309 ASN1_SIMPLE(CMS_DigestedData, digestAlgorithm, X509_ALGOR), 310 ASN1_SIMPLE(CMS_DigestedData, encapContentInfo, CMS_EncapsulatedContentInfo), 311 ASN1_SIMPLE(CMS_DigestedData, digest, ASN1_OCTET_STRING) 312 } ASN1_NDEF_SEQUENCE_END(CMS_DigestedData) 357 … ADB_ENTRY(NID_pkcs7_digest, ASN1_NDEF_EXP(CMS_ContentInfo, d.digestedData, CMS_DigestedData, 0)),
|
| A D | cms_local.h | 27 typedef struct CMS_DigestedData_st CMS_DigestedData; typedef 59 CMS_DigestedData *digestedData; 539 DECLARE_ASN1_ITEM(CMS_DigestedData)
|
Completed in 9 milliseconds