Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_enc.c247 ec = cms->d.encryptedData->encryptedContentInfo; in CMS_EncryptedData_set1_key()
255 if (enc->encryptedContentInfo->cipher && enc->unprotectedAttrs) in ossl_cms_EncryptedData_init_bio()
257 return ossl_cms_EncryptedContent_init_bio(enc->encryptedContentInfo, in ossl_cms_EncryptedData_init_bio()
H A Dcms_env.c81 cms->d.envelopedData->encryptedContentInfo->contentType = in cms_enveloped_data_init()
154 : cms->d.envelopedData->encryptedContentInfo; in ossl_cms_get0_env_enc_content()
240 if (!ossl_cms_EncryptedContent_init(env->encryptedContentInfo, cipher, NULL, in CMS_EnvelopedData_create_ex()
549 if (cms->d.envelopedData->encryptedContentInfo->havenocert in cms_RecipientInfo_ktri_decrypt()
550 && !cms->d.envelopedData->encryptedContentInfo->debug) { in cms_RecipientInfo_ktri_decrypt()
1105 CMS_EncryptedContentInfo *ec = cms->d.envelopedData->encryptedContentInfo; in cms_EnvelopedData_Decryption_init_bio()
1142 ec = env->encryptedContentInfo; in cms_EnvelopedData_Encryption_init_bio()
1171 if (cms->d.envelopedData->encryptedContentInfo->cipher != NULL) { in ossl_cms_EnvelopedData_init_bio()
H A Dcms_lib.c266 return &cms->d.envelopedData->encryptedContentInfo->encryptedContent; in CMS_get0_content()
272 return &cms->d.encryptedData->encryptedContentInfo->encryptedContent; in CMS_get0_content()
306 return &cms->d.envelopedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
312 return &cms->d.encryptedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
H A Dcms_local.h119 CMS_EncryptedContentInfo *encryptedContentInfo; member
260 CMS_EncryptedContentInfo *encryptedContentInfo; member
H A Dcms_asn1.c242 ASN1_SIMPLE(CMS_EnvelopedData, encryptedContentInfo, CMS_EncryptedContentInfo),
255 ASN1_SIMPLE(CMS_EncryptedData, encryptedContentInfo, CMS_EncryptedContentInfo),
/freebsd/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/crypto/heimdal/lib/asn1/
H A Dcms.asn1134 encryptedContentInfo EncryptedContentInfo,
143 encryptedContentInfo EncryptedContentInfo,