Searched refs:envelopedData (Results 1 – 14 of 14) sorted by relevance
60 return cms->d.envelopedData; in ossl_cms_get0_enveloped()75 cms->d.envelopedData = M_ASN1_new_of(CMS_EnvelopedData); in cms_enveloped_data_init()76 if (cms->d.envelopedData == NULL) { in cms_enveloped_data_init()80 cms->d.envelopedData->version = 0; in cms_enveloped_data_init()85 return cms->d.envelopedData; in cms_enveloped_data_init()153 return cms->d.envelopedData == NULL ? NULL in ossl_cms_get0_env_enc_content()154 : cms->d.envelopedData->encryptedContentInfo; in ossl_cms_get0_env_enc_content()169 return cms->d.envelopedData->recipientInfos; in STACK_OF()273 ci->d.envelopedData = env; in CMS_EnvelopedData_decrypt()1171 CMS_EnvelopedData *env = cms->d.envelopedData; in cms_EnvelopedData_Encryption_init_bio()[all …]
271 return &cms->d.envelopedData->encryptedContentInfo->encryptedContent; in CMS_get0_content()311 return &cms->d.envelopedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()478 if (cms->d.envelopedData->originatorInfo == NULL) in STACK_OF()480 return &cms->d.envelopedData->originatorInfo->certificates; in STACK_OF()561 if (cms->d.envelopedData->originatorInfo == NULL) in STACK_OF()563 return &cms->d.envelopedData->originatorInfo->crls; in STACK_OF()
57 CMS_EnvelopedData *envelopedData; member
296 …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
50 CMS_EnvelopedData_decrypt(content->d.envelopedData, in test_encrypt_decrypt()
216 pkcs7 3 : : pkcs7-envelopedData
10479 encryptedData, envelopedData types included. Scripts to check against
Completed in 93 milliseconds