Searched refs:encryptedContentInfo (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/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 | 81 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 D | cms_lib.c | 266 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 D | cms_local.h | 119 CMS_EncryptedContentInfo *encryptedContentInfo; member 260 CMS_EncryptedContentInfo *encryptedContentInfo; member
|
H A D | cms_asn1.c | 242 ASN1_SIMPLE(CMS_EnvelopedData, encryptedContentInfo, CMS_EncryptedContentInfo), 255 ASN1_SIMPLE(CMS_EncryptedData, encryptedContentInfo, CMS_EncryptedContentInfo),
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | cms.c | 392 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 D | cms.asn1 | 134 encryptedContentInfo EncryptedContentInfo, 143 encryptedContentInfo EncryptedContentInfo,
|