Searched refs:encapContentInfo (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_lib.c | 276 return &cms->d.signedData->encapContentInfo->eContent; in CMS_get0_content() 282 return &cms->d.digestedData->encapContentInfo->eContent; in CMS_get0_content() 292 return &cms->d.authenticatedData->encapContentInfo->eContent; in CMS_get0_content() 295 return &cms->d.compressedData->encapContentInfo->eContent; in CMS_get0_content() 316 return &cms->d.signedData->encapContentInfo->eContentType; in cms_get0_econtent_type() 322 return &cms->d.digestedData->encapContentInfo->eContentType; in cms_get0_econtent_type() 331 return &cms->d.authenticatedData->encapContentInfo->eContentType; in cms_get0_econtent_type() 334 return &cms->d.compressedData->encapContentInfo->eContentType; in cms_get0_econtent_type()
|
H A D | cms_local.h | 77 CMS_EncapsulatedContentInfo *encapContentInfo; member 254 CMS_EncapsulatedContentInfo *encapContentInfo; member 270 CMS_EncapsulatedContentInfo *encapContentInfo; member 290 CMS_EncapsulatedContentInfo *encapContentInfo; member
|
H A D | cms_asn1.c | 81 ASN1_SIMPLE(CMS_SignedData, encapContentInfo, CMS_EncapsulatedContentInfo), 238 ASN1_SIMPLE(CMS_DigestedData, encapContentInfo, CMS_EncapsulatedContentInfo), 265 ASN1_SIMPLE(CMS_AuthenticatedData, encapContentInfo, CMS_EncapsulatedContentInfo), 274 ASN1_SIMPLE(CMS_CompressedData, encapContentInfo, CMS_EncapsulatedContentInfo),
|
H A D | cms_cd.c | 56 cd->encapContentInfo->eContentType = OBJ_nid2obj(NID_pkcs7_data); in ossl_cms_CompressedData_create()
|
H A D | cms_sd.c | 45 cms->d.signedData->encapContentInfo->eContentType = in cms_signed_data_init() 47 cms->d.signedData->encapContentInfo->partial = 1; in cms_signed_data_init() 97 if ((OBJ_obj2nid(sd->encapContentInfo->eContentType) != NID_pkcs7_data) in cms_sd_set_version() 131 ASN1_OBJECT *ctype = cms->d.signedData->encapContentInfo->eContentType; in cms_set_si_contentType_attr() 781 cms->d.signedData->encapContentInfo->partial = 0; in ossl_cms_SignedData_final() 925 if (cms->d.signedData->encapContentInfo->partial) in ossl_cms_SignedData_init_bio()
|
H A D | cms_dd.c | 40 dd->encapContentInfo->eContentType = OBJ_nid2obj(NID_pkcs7_data); in ossl_cms_DigestedData_create()
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | cms.c | 813 if (sd.encapContentInfo.eContent == NULL && signedContent == NULL) { in hx509_cms_verify_signed() 819 if (sd.encapContentInfo.eContent && signedContent) { in hx509_cms_verify_signed() 826 if (sd.encapContentInfo.eContent) in hx509_cms_verify_signed() 827 ret = der_copy_octet_string(sd.encapContentInfo.eContent, content); in hx509_cms_verify_signed() 999 if (der_heim_oid_cmp(match_oid, &sd.encapContentInfo.eContentType) && in hx509_cms_verify_signed() 1066 ret = der_copy_oid(&sd.encapContentInfo.eContentType, contentType); in hx509_cms_verify_signed() 1497 der_copy_oid(eContentType, &sigctx.sd.encapContentInfo.eContentType); in hx509_cms_create_signed() 1503 ALLOC(sigctx.sd.encapContentInfo.eContent, 1); in hx509_cms_create_signed() 1504 if (sigctx.sd.encapContentInfo.eContent == NULL) { in hx509_cms_create_signed() 1510 sigctx.sd.encapContentInfo.eContent->data = malloc(length); in hx509_cms_create_signed() [all …]
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | cms.asn1 | 91 encapContentInfo EncapsulatedContentInfo,
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-cms.pod.in | 691 Message-digest of the eContent OCTET STRING within encapContentInfo being signed;
|