Searched refs:encapContentInfo (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssl/crypto/cms/ |
| H A D | cms_lib.c | 271 return &cms->d.signedData->encapContentInfo->eContent; in CMS_get0_content() 277 return &cms->d.digestedData->encapContentInfo->eContent; in CMS_get0_content() 287 return &cms->d.authenticatedData->encapContentInfo->eContent; in CMS_get0_content() 290 return &cms->d.compressedData->encapContentInfo->eContent; in CMS_get0_content() 310 return &cms->d.signedData->encapContentInfo->eContentType; in cms_get0_econtent_type() 316 return &cms->d.digestedData->encapContentInfo->eContentType; in cms_get0_econtent_type() 325 return &cms->d.authenticatedData->encapContentInfo->eContentType; in cms_get0_econtent_type() 328 return &cms->d.compressedData->encapContentInfo->eContentType; in cms_get0_econtent_type()
|
| H A D | cms_local.h | 74 CMS_EncapsulatedContentInfo *encapContentInfo; member 253 CMS_EncapsulatedContentInfo *encapContentInfo; member 269 CMS_EncapsulatedContentInfo *encapContentInfo; member 289 CMS_EncapsulatedContentInfo *encapContentInfo; member
|
| H A D | cms_asn1.c | 71 ASN1_SIMPLE(CMS_SignedData, encapContentInfo, CMS_EncapsulatedContentInfo), 232 ASN1_SIMPLE(CMS_DigestedData, encapContentInfo, CMS_EncapsulatedContentInfo), 259 ASN1_SIMPLE(CMS_AuthenticatedData, encapContentInfo, CMS_EncapsulatedContentInfo), 269 ASN1_SIMPLE(CMS_CompressedData, encapContentInfo, CMS_EncapsulatedContentInfo),
|
| H A D | cms_cd.c | 57 cd->encapContentInfo->eContentType = OBJ_nid2obj(NID_pkcs7_data); in ossl_cms_CompressedData_create()
|
| H A D | cms_dd.c | 40 dd->encapContentInfo->eContentType = OBJ_nid2obj(NID_pkcs7_data); in ossl_cms_DigestedData_create()
|
| H A D | cms_sd.c | 45 cms->d.signedData->encapContentInfo->eContentType = OBJ_nid2obj(NID_pkcs7_data); in cms_signed_data_init() 46 cms->d.signedData->encapContentInfo->partial = 1; in cms_signed_data_init() 93 if ((OBJ_obj2nid(sd->encapContentInfo->eContentType) != NID_pkcs7_data) in cms_sd_set_version() 127 ASN1_OBJECT *ctype = cms->d.signedData->encapContentInfo->eContentType; in cms_set_si_contentType_attr() 847 cms->d.signedData->encapContentInfo->partial = 0; in ossl_cms_SignedData_final() 1021 if (cms->d.signedData->encapContentInfo->partial) in ossl_cms_SignedData_init_bio()
|
| /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 | 716 Message-digest of the eContent OCTET STRING within encapContentInfo being signed;
|