Home
last modified time | relevance | path

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

/openssl-master/crypto/cms/
A Dcms_enc.c237 ec = cms->d.encryptedData->encryptedContentInfo; in CMS_EncryptedData_set1_key()
245 if (enc->encryptedContentInfo->cipher && enc->unprotectedAttrs) in ossl_cms_EncryptedData_init_bio()
247 return ossl_cms_EncryptedContent_init_bio(enc->encryptedContentInfo, in ossl_cms_EncryptedData_init_bio()
A Dcms_env.c73 cms->d.envelopedData->encryptedContentInfo->contentType = in cms_enveloped_data_init()
145 return cms->d.envelopedData->encryptedContentInfo; in ossl_cms_get0_env_enc_content()
230 if (!ossl_cms_EncryptedContent_init(env->encryptedContentInfo, cipher, NULL, in CMS_EnvelopedData_create_ex()
539 if (cms->d.envelopedData->encryptedContentInfo->havenocert in cms_RecipientInfo_ktri_decrypt()
540 && !cms->d.envelopedData->encryptedContentInfo->debug) { in cms_RecipientInfo_ktri_decrypt()
1095 CMS_EncryptedContentInfo *ec = cms->d.envelopedData->encryptedContentInfo; in cms_EnvelopedData_Decryption_init_bio()
1132 ec = env->encryptedContentInfo; in cms_EnvelopedData_Encryption_init_bio()
1161 if (cms->d.envelopedData->encryptedContentInfo->cipher != NULL) { in ossl_cms_EnvelopedData_init_bio()
A Dcms_lib.c275 return &cms->d.envelopedData->encryptedContentInfo->encryptedContent; in CMS_get0_content()
281 return &cms->d.encryptedData->encryptedContentInfo->encryptedContent; in CMS_get0_content()
315 return &cms->d.envelopedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
321 return &cms->d.encryptedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
A Dcms_local.h119 CMS_EncryptedContentInfo *encryptedContentInfo; member
260 CMS_EncryptedContentInfo *encryptedContentInfo; member
A Dcms_asn1.c231 ASN1_SIMPLE(CMS_EnvelopedData, encryptedContentInfo, CMS_EncryptedContentInfo),
244 ASN1_SIMPLE(CMS_EncryptedData, encryptedContentInfo, CMS_EncryptedContentInfo),

Completed in 10 milliseconds