Home
last modified time | relevance | path

Searched refs:encryptedContentInfo (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/cms/
H A Dcms_env.c42 cms->d.envelopedData->encryptedContentInfo->contentType = in cms_enveloped_data_init()
114 if (!cms_EncryptedContent_init(env->encryptedContentInfo, in CMS_EnvelopedData_create()
308 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_ktri_encrypt()
368 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_ktri_decrypt()
375 if (cms->d.envelopedData->encryptedContentInfo->havenocert in cms_RecipientInfo_ktri_decrypt()
376 && !cms->d.envelopedData->encryptedContentInfo->debug) { in cms_RecipientInfo_ktri_decrypt()
639 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_kekri_encrypt()
694 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_kekri_decrypt()
870 ec = cms->d.envelopedData->encryptedContentInfo; in cms_EnvelopedData_init_bio()
H A Dcms_enc.c203 ec = cms->d.encryptedData->encryptedContentInfo; in CMS_EncryptedData_set1_key()
210 if (enc->encryptedContentInfo->cipher && enc->unprotectedAttrs) in cms_EncryptedData_init_bio()
212 return cms_EncryptedContent_init_bio(enc->encryptedContentInfo); in cms_EncryptedData_init_bio()
H A Dcms_lib.c168 return &cms->d.envelopedData->encryptedContentInfo->encryptedContent; in CMS_get0_content()
174 return &cms->d.encryptedData->encryptedContentInfo->encryptedContent; in CMS_get0_content()
204 return &cms->d.envelopedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
210 return &cms->d.encryptedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
H A Dcms_smime.c609 debug = cms->d.envelopedData->encryptedContentInfo->debug; in CMS_decrypt_set1_pkey()
743 cms->d.envelopedData->encryptedContentInfo->debug = 1; in CMS_decrypt()
745 cms->d.envelopedData->encryptedContentInfo->debug = 0; in CMS_decrypt()
747 cms->d.envelopedData->encryptedContentInfo->havenocert = 1; in CMS_decrypt()
749 cms->d.envelopedData->encryptedContentInfo->havenocert = 0; in CMS_decrypt()
H A Dcms_pwri.c65 kekciph = env->encryptedContentInfo->cipher; in CMS_add0_recipient_password()
288 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_pwri_crypt()
H A Dcms_local.h109 CMS_EncryptedContentInfo *encryptedContentInfo; member
244 CMS_EncryptedContentInfo *encryptedContentInfo; member
H A Dcms_kari.c245 ec = cms->d.envelopedData->encryptedContentInfo; in CMS_RecipientInfo_kari_decrypt()
381 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_kari_encrypt()
H A Dcms_asn1.c231 ASN1_SIMPLE(CMS_EnvelopedData, encryptedContentInfo, CMS_EncryptedContentInfo),
244 ASN1_SIMPLE(CMS_EncryptedData, encryptedContentInfo, CMS_EncryptedContentInfo),
/freebsd-13.1/crypto/heimdal/lib/hx509/
H A Dcms.c392 enccontent = ed.encryptedContentInfo.encryptedContent; in hx509_cms_unenvelope()
455 ret = der_copy_oid(&ed.encryptedContentInfo.contentType, contentType); in hx509_cms_unenvelope()
462 ai = &ed.encryptedContentInfo.contentEncryptionAlgorithm; in hx509_cms_unenvelope()
607 &ed.encryptedContentInfo.encryptedContent); in hx509_cms_envelope_1()
616 enc_alg = &ed.encryptedContentInfo.contentEncryptionAlgorithm; in hx509_cms_envelope_1()
687 ret = der_copy_oid(contentType, &ed.encryptedContentInfo.contentType); in hx509_cms_envelope_1()
1608 if (ed.encryptedContentInfo.encryptedContent == NULL) { in hx509_cms_decrypt_encrypted()
1615 ret = der_copy_oid(&ed.encryptedContentInfo.contentType, contentType); in hx509_cms_decrypt_encrypted()
1621 ai = &ed.encryptedContentInfo.contentEncryptionAlgorithm; in hx509_cms_decrypt_encrypted()
1631 ed.encryptedContentInfo.encryptedContent, in hx509_cms_decrypt_encrypted()
/freebsd-13.1/crypto/heimdal/lib/asn1/
H A Dcms.asn1134 encryptedContentInfo EncryptedContentInfo,
143 encryptedContentInfo EncryptedContentInfo,