Searched refs:encryptedContentInfo (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cms/ |
H A D | cms_env.c | 42 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 D | cms_enc.c | 208 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 D | cms_lib.c | 168 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 D | cms_smime.c | 609 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 D | cms_pwri.c | 65 kekciph = env->encryptedContentInfo->cipher; in CMS_add0_recipient_password() 288 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_pwri_crypt()
|
H A D | cms_local.h | 109 CMS_EncryptedContentInfo *encryptedContentInfo; member 244 CMS_EncryptedContentInfo *encryptedContentInfo; member
|
H A D | cms_kari.c | 245 ec = cms->d.envelopedData->encryptedContentInfo; in CMS_RecipientInfo_kari_decrypt() 381 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_kari_encrypt()
|
H A D | cms_asn1.c | 231 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 D | cms.c | 400 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 D | cms_enc.c | 247 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 D | cms_env.c | 90 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 D | cms_lib.c | 279 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 D | cms_local.h | 119 CMS_EncryptedContentInfo *encryptedContentInfo; member 260 CMS_EncryptedContentInfo *encryptedContentInfo; member
|
H A D | cms_asn1.c | 231 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 D | cms.asn1 | 134 encryptedContentInfo EncryptedContentInfo, 143 encryptedContentInfo EncryptedContentInfo,
|