Home
last modified time | relevance | path

Searched refs:encryptedContent (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/heimdal/lib/hx509/
H A Dcms.c352 const heim_octet_string *encryptedContent, in hx509_cms_unenvelope() argument
392 enccontent = ed.encryptedContentInfo.encryptedContent; in hx509_cms_unenvelope()
394 if (encryptedContent == NULL) { in hx509_cms_unenvelope()
400 enccontent = encryptedContent; in hx509_cms_unenvelope()
401 } else if (encryptedContent != NULL) { in hx509_cms_unenvelope()
607 &ed.encryptedContentInfo.encryptedContent); in hx509_cms_envelope_1()
1608 if (ed.encryptedContentInfo.encryptedContent == NULL) { in hx509_cms_decrypt_encrypted()
1631 ed.encryptedContentInfo.encryptedContent, in hx509_cms_decrypt_encrypted()
H A DChangeLog1527 * cms.c: Allow passing in encryptedContent and flag. Add new flag
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_lib.c279 return &cms->d.envelopedData->encryptedContentInfo->encryptedContent; in CMS_get0_content()
285 return &cms->d.encryptedData->encryptedContentInfo->encryptedContent; in CMS_get0_content()
289 ->encryptedContent; in CMS_get0_content()
H A Dcms_local.h131 ASN1_OCTET_STRING *encryptedContent; member
H A Dcms_asn1.c95 ASN1_IMP_OPT(CMS_EncryptedContentInfo, encryptedContent, ASN1_OCTET_STRING_NDEF, 0)
/freebsd/crypto/heimdal/lib/asn1/
H A Dcms.asn1127 encryptedContent [0] IMPLICIT OCTET STRING OPTIONAL
H A DChangeLog1598 * CMS.asn1: make EncryptedContentInfo.encryptedContent a OCTET