Searched refs:encryptedContentInfo (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/cms/ |
H A D | cms_enc.c | 243 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 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() 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 D | cms_lib.c | 271 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 D | cms_local.h | 117 CMS_EncryptedContentInfo *encryptedContentInfo; member 258 CMS_EncryptedContentInfo *encryptedContentInfo; member
|
H A D | cms_asn1.c | 243 ASN1_SIMPLE(CMS_EnvelopedData, encryptedContentInfo, CMS_EncryptedContentInfo), 256 ASN1_SIMPLE(CMS_EncryptedData, encryptedContentInfo, CMS_EncryptedContentInfo),
|
Completed in 24 milliseconds