Searched refs:envelopedData (Results 1 – 15 of 15) sorted by relevance
69 return cms->d.envelopedData; in ossl_cms_get0_enveloped()84 cms->d.envelopedData = M_ASN1_new_of(CMS_EnvelopedData); in cms_enveloped_data_init()85 if (cms->d.envelopedData == NULL) { in cms_enveloped_data_init()89 cms->d.envelopedData->version = 0; in cms_enveloped_data_init()90 cms->d.envelopedData->encryptedContentInfo->contentType = in cms_enveloped_data_init()94 return cms->d.envelopedData; in cms_enveloped_data_init()162 return cms->d.envelopedData == NULL ? NULL in ossl_cms_get0_env_enc_content()163 : cms->d.envelopedData->encryptedContentInfo; in ossl_cms_get0_env_enc_content()178 return cms->d.envelopedData->recipientInfos; in STACK_OF()558 if (cms->d.envelopedData->encryptedContentInfo->havenocert in cms_RecipientInfo_ktri_decrypt()[all …]
279 return &cms->d.envelopedData->encryptedContentInfo->encryptedContent; in CMS_get0_content()319 return &cms->d.envelopedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()486 if (cms->d.envelopedData->originatorInfo == NULL) in STACK_OF()488 return &cms->d.envelopedData->originatorInfo->certificates; in STACK_OF()568 if (cms->d.envelopedData->originatorInfo == NULL) in STACK_OF()570 return &cms->d.envelopedData->originatorInfo->crls; in STACK_OF()
59 CMS_EnvelopedData *envelopedData; member
284 …ADB_ENTRY(NID_pkcs7_enveloped, ASN1_NDEF_EXP(CMS_ContentInfo, d.envelopedData, CMS_EnvelopedData, …
5 PKCS7_type_is_other - determine content type of PKCS#7 envelopedData structure15 PKCS7_type_is_other() returns the whether the content type of a PKCS#7 envelopedData
5 PKCS7_get_octet_string - return octet string from a PKCS#7 envelopedData structure16 PKCS#7 envelopedData structure or B<NULL> if the structure cannot be parsed.
6 - create a PKCS#7 envelopedData structure20 PKCS7_encrypt_ex() creates and returns a PKCS#7 envelopedData structure.26 Only RSA keys are supported in PKCS#7 and envelopedData so the recipient41 envelopedData containing an S/MIME signed message. This can be readily produced
5 PKCS7_decrypt - decrypt content from a PKCS#7 envelopedData structure15 PKCS7_decrypt() extracts and decrypts the content from a PKCS#7 envelopedData
5 CMS_encrypt_ex, CMS_encrypt - create a CMS envelopedData structure38 envelopedData containing an S/MIME signed message. This can be readily produced
7 - decrypt content from a CMS envelopedData structure
12 - CMS envelopedData RecipientInfo routines
15 id-pkcs7-envelopedData OBJECT IDENTIFIER ::= { id-pkcs7 3 }
216 pkcs7 3 : : pkcs7-envelopedData
2597 * hxtool.c: use id-envelopedData for ContentInfo
9467 encryptedData, envelopedData types included. Scripts to check against