Home
last modified time | relevance | path

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

/openssl/crypto/cms/
H A Dcms_enc.c243 ec = cms->d.encryptedData->encryptedContentInfo; in CMS_EncryptedData_set1_key()
251 if (enc->encryptedContentInfo->cipher && enc->unprotectedAttrs) in ossl_cms_EncryptedData_init_bio()
253 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()
588 if (cms->d.envelopedData->encryptedContentInfo->havenocert in cms_RecipientInfo_ktri_decrypt()
589 && !cms->d.envelopedData->encryptedContentInfo->debug) { in cms_RecipientInfo_ktri_decrypt()
1138 CMS_EncryptedContentInfo *ec = cms->d.envelopedData->encryptedContentInfo; in cms_EnvelopedData_Decryption_init_bio()
1175 ec = env->encryptedContentInfo; in cms_EnvelopedData_Encryption_init_bio()
1204 if (cms->d.envelopedData->encryptedContentInfo->cipher != NULL) { in ossl_cms_EnvelopedData_init_bio()
H A Dcms_lib.c271 return &cms->d.envelopedData->encryptedContentInfo->encryptedContent; in CMS_get0_content()
277 return &cms->d.encryptedData->encryptedContentInfo->encryptedContent; in CMS_get0_content()
311 return &cms->d.envelopedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
317 return &cms->d.encryptedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
H A Dcms_local.h117 CMS_EncryptedContentInfo *encryptedContentInfo; member
258 CMS_EncryptedContentInfo *encryptedContentInfo; member
H A Dcms_asn1.c243 ASN1_SIMPLE(CMS_EnvelopedData, encryptedContentInfo, CMS_EncryptedContentInfo),
256 ASN1_SIMPLE(CMS_EncryptedData, encryptedContentInfo, CMS_EncryptedContentInfo),

Completed in 24 milliseconds