Home
last modified time | relevance | path

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

/trueos/crypto/openssl/crypto/cms/
HDcms_env.c94 cms->d.envelopedData->encryptedContentInfo->contentType = in cms_enveloped_data_init()
127 if (!cms_EncryptedContent_init(env->encryptedContentInfo, in CMS_EnvelopedData_create()
302 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_ktri_encrypt()
355 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_ktri_decrypt()
613 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_kekri_encrypt()
668 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_kekri_decrypt()
758 ec = cms->d.envelopedData->encryptedContentInfo; in cms_EnvelopedData_init_bio()
HDcms_enc.c250 ec = cms->d.encryptedData->encryptedContentInfo; in CMS_EncryptedData_set1_key()
257 if (enc->encryptedContentInfo->cipher && enc->unprotectedAttrs) in cms_EncryptedData_init_bio()
259 return cms_EncryptedContent_init_bio(enc->encryptedContentInfo); in cms_EncryptedData_init_bio()
HDcms_lib.c217 return &cms->d.envelopedData->encryptedContentInfo->encryptedContent; in CMS_get0_content()
223 return &cms->d.encryptedData->encryptedContentInfo->encryptedContent; in CMS_get0_content()
253 return &cms->d.envelopedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
259 return &cms->d.encryptedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
HDcms_lcl.h155 CMS_EncryptedContentInfo *encryptedContentInfo; member
280 CMS_EncryptedContentInfo *encryptedContentInfo; member
HDcms_pwri.c110 kekciph = env->encryptedContentInfo->cipher; in CMS_add0_recipient_password()
329 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_pwri_crypt()
HDcms_smime.c578 debug = cms->d.envelopedData->encryptedContentInfo->debug; in CMS_decrypt_set1_pkey()
697 cms->d.envelopedData->encryptedContentInfo->debug = 1; in CMS_decrypt()
699 cms->d.envelopedData->encryptedContentInfo->debug = 0; in CMS_decrypt()
HDcms_asn1.c257 ASN1_SIMPLE(CMS_EnvelopedData, encryptedContentInfo, CMS_EncryptedContentInfo),
270 ASN1_SIMPLE(CMS_EncryptedData, encryptedContentInfo, CMS_EncryptedContentInfo),
/trueos/crypto/heimdal/lib/hx509/
HDcms.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()
/trueos/crypto/heimdal/lib/asn1/
HDcms.asn1134 encryptedContentInfo EncryptedContentInfo,
143 encryptedContentInfo EncryptedContentInfo,