Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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.c208 ec = cms->d.encryptedData->encryptedContentInfo; in CMS_EncryptedData_set1_key()
215 if (enc->encryptedContentInfo->cipher && enc->unprotectedAttrs) in cms_EncryptedData_init_bio()
217 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),
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcms.c400 enccontent = ed.encryptedContentInfo.encryptedContent; in hx509_cms_unenvelope()
463 ret = der_copy_oid(&ed.encryptedContentInfo.contentType, contentType); in hx509_cms_unenvelope()
470 ai = &ed.encryptedContentInfo.contentEncryptionAlgorithm; in hx509_cms_unenvelope()
617 &ed.encryptedContentInfo.encryptedContent); in hx509_cms_envelope_1()
626 enc_alg = &ed.encryptedContentInfo.contentEncryptionAlgorithm; in hx509_cms_envelope_1()
697 ret = der_copy_oid(contentType, &ed.encryptedContentInfo.contentType); in hx509_cms_envelope_1()
1628 if (ed.encryptedContentInfo.encryptedContent == NULL) { in hx509_cms_decrypt_encrypted()
1635 ret = der_copy_oid(&ed.encryptedContentInfo.contentType, contentType); in hx509_cms_decrypt_encrypted()
1641 ai = &ed.encryptedContentInfo.contentEncryptionAlgorithm; in hx509_cms_decrypt_encrypted()
1651 ed.encryptedContentInfo.encryptedContent, in hx509_cms_decrypt_encrypted()
/netbsd-src/crypto/external/bsd/openssl/dist/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.c90 cms->d.envelopedData->encryptedContentInfo->contentType = in cms_enveloped_data_init()
163 : cms->d.envelopedData->encryptedContentInfo; in ossl_cms_get0_env_enc_content()
249 if (!ossl_cms_EncryptedContent_init(env->encryptedContentInfo, cipher, NULL, in CMS_EnvelopedData_create_ex()
558 if (cms->d.envelopedData->encryptedContentInfo->havenocert in cms_RecipientInfo_ktri_decrypt()
559 && !cms->d.envelopedData->encryptedContentInfo->debug) { in cms_RecipientInfo_ktri_decrypt()
1114 CMS_EncryptedContentInfo *ec = cms->d.envelopedData->encryptedContentInfo; in cms_EnvelopedData_Decryption_init_bio()
1151 ec = env->encryptedContentInfo; in cms_EnvelopedData_Encryption_init_bio()
1180 if (cms->d.envelopedData->encryptedContentInfo->cipher != NULL) { in ossl_cms_EnvelopedData_init_bio()
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()
319 return &cms->d.envelopedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
325 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.c231 ASN1_SIMPLE(CMS_EnvelopedData, encryptedContentInfo, CMS_EncryptedContentInfo),
244 ASN1_SIMPLE(CMS_EncryptedData, encryptedContentInfo, CMS_EncryptedContentInfo),
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcms.asn1134 encryptedContentInfo EncryptedContentInfo,
143 encryptedContentInfo EncryptedContentInfo,