Home
last modified time | relevance | path

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

/external/openssl/crypto/cms/
Dcms_enc.c284 ec = cms->d.encryptedData->encryptedContentInfo; in CMS_EncryptedData_set1_key()
291 if (enc->encryptedContentInfo->cipher && enc->unprotectedAttrs) in cms_EncryptedData_init_bio()
293 return cms_EncryptedContent_init_bio(enc->encryptedContentInfo); in cms_EncryptedData_init_bio()
Dcms_env.c97 cms->d.envelopedData->encryptedContentInfo->contentType = in cms_enveloped_data_init()
130 if (!cms_EncryptedContent_init(env->encryptedContentInfo, in CMS_EnvelopedData_create()
320 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_ktri_encrypt()
376 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_ktri_decrypt()
659 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_kekri_encrypt()
719 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_kekri_decrypt()
818 ec = cms->d.envelopedData->encryptedContentInfo; in cms_EnvelopedData_init_bio()
Dcms_lib.c221 return &cms->d.envelopedData->encryptedContentInfo->encryptedContent; in CMS_get0_content()
227 return &cms->d.encryptedData->encryptedContentInfo->encryptedContent; in CMS_get0_content()
257 return &cms->d.envelopedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
263 return &cms->d.encryptedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
Dcms_lcl.h159 CMS_EncryptedContentInfo *encryptedContentInfo; member
300 CMS_EncryptedContentInfo *encryptedContentInfo; member
Dcms_pwri.c109 kekciph = env->encryptedContentInfo->cipher; in CMS_add0_recipient_password()
337 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_pwri_crypt()
Dcms_smime.c617 debug = cms->d.envelopedData->encryptedContentInfo->debug; in CMS_decrypt_set1_pkey()
747 cms->d.envelopedData->encryptedContentInfo->debug = 1; in CMS_decrypt()
749 cms->d.envelopedData->encryptedContentInfo->debug = 0; in CMS_decrypt()
Dcms_asn1.c265 ASN1_SIMPLE(CMS_EnvelopedData, encryptedContentInfo, CMS_EncryptedContentInfo),
278 ASN1_SIMPLE(CMS_EncryptedData, encryptedContentInfo, CMS_EncryptedContentInfo),