Home
last modified time | relevance | path

Searched refs:envelopedData (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cms/
H A Dcms_env.c30 return cms->d.envelopedData; in cms_get0_enveloped()
36 cms->d.envelopedData = M_ASN1_new_of(CMS_EnvelopedData); in cms_enveloped_data_init()
37 if (!cms->d.envelopedData) { in cms_enveloped_data_init()
41 cms->d.envelopedData->version = 0; in cms_enveloped_data_init()
42 cms->d.envelopedData->encryptedContentInfo->contentType = in cms_enveloped_data_init()
46 return cms->d.envelopedData; in cms_enveloped_data_init()
308 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_ktri_encrypt()
368 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_ktri_decrypt()
375 if (cms->d.envelopedData->encryptedContentInfo->havenocert in cms_RecipientInfo_ktri_decrypt()
376 && !cms->d.envelopedData->encryptedContentInfo->debug) { in cms_RecipientInfo_ktri_decrypt()
[all …]
H A Dcms_lib.c168 return &cms->d.envelopedData->encryptedContentInfo->encryptedContent; in CMS_get0_content()
204 return &cms->d.envelopedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
349 if (cms->d.envelopedData->originatorInfo == NULL) in STACK_OF()
351 return &cms->d.envelopedData->originatorInfo->certificates; in STACK_OF()
426 if (cms->d.envelopedData->originatorInfo == NULL) in STACK_OF()
428 return &cms->d.envelopedData->originatorInfo->crls; in STACK_OF()
H A Dcms_smime.c609 debug = cms->d.envelopedData->encryptedContentInfo->debug; in CMS_decrypt_set1_pkey()
743 cms->d.envelopedData->encryptedContentInfo->debug = 1; in CMS_decrypt()
745 cms->d.envelopedData->encryptedContentInfo->debug = 0; in CMS_decrypt()
747 cms->d.envelopedData->encryptedContentInfo->havenocert = 1; in CMS_decrypt()
749 cms->d.envelopedData->encryptedContentInfo->havenocert = 0; in CMS_decrypt()
H A Dcms_kari.c245 ec = cms->d.envelopedData->encryptedContentInfo; in CMS_RecipientInfo_kari_decrypt()
381 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_kari_encrypt()
H A Dcms_pwri.c288 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_pwri_crypt()
H A Dcms_local.h52 CMS_EnvelopedData *envelopedData; member
H A Dcms_asn1.c273 …ADB_ENTRY(NID_pkcs7_enveloped, ASN1_NDEF_EXP(CMS_ContentInfo, d.envelopedData, CMS_EnvelopedData, …
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_env.c69 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 …]
H A Dcms_lib.c279 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()
H A Dcms_local.h59 CMS_EnvelopedData *envelopedData; member
H A Dcms_asn1.c284 …ADB_ENTRY(NID_pkcs7_enveloped, ASN1_NDEF_EXP(CMS_ContentInfo, d.envelopedData, CMS_EnvelopedData, …
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DPKCS7_encrypt.pod5 PKCS7_encrypt - create a PKCS#7 envelopedData structure
16 PKCS7_encrypt() creates and returns a PKCS#7 envelopedData structure. B<certs>
22 Only RSA keys are supported in PKCS#7 and envelopedData so the recipient
37 envelopedData containing an S/MIME signed message. This can be readily produced
H A DPKCS7_decrypt.pod5 PKCS7_decrypt - decrypt content from a PKCS#7 envelopedData structure
15 PKCS7_decrypt() extracts and decrypts the content from a PKCS#7 envelopedData
H A DCMS_encrypt.pod5 CMS_encrypt - create a CMS envelopedData structure
32 envelopedData containing an S/MIME signed message. This can be readily produced
H A DCMS_decrypt.pod5 CMS_decrypt - decrypt content from a CMS envelopedData structure
H A DCMS_get0_RecipientInfos.pod10 - CMS envelopedData RecipientInfo routines
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DPKCS7_encrypt.pod6 - create a PKCS#7 envelopedData structure
20 PKCS7_encrypt_ex() creates and returns a PKCS#7 envelopedData structure.
26 Only RSA keys are supported in PKCS#7 and envelopedData so the recipient
41 envelopedData containing an S/MIME signed message. This can be readily produced
H A DPKCS7_type_is_other.pod5 PKCS7_type_is_other - determine content type of PKCS#7 envelopedData structure
15 PKCS7_type_is_other() returns the whether the content type of a PKCS#7 envelopedData
H A DPKCS7_get_octet_string.pod5 PKCS7_get_octet_string - return octet string from a PKCS#7 envelopedData structure
16 PKCS#7 envelopedData structure or B<NULL> if the structure cannot be parsed.
H A DPKCS7_decrypt.pod5 PKCS7_decrypt - decrypt content from a PKCS#7 envelopedData structure
15 PKCS7_decrypt() extracts and decrypts the content from a PKCS#7 envelopedData
H A DCMS_encrypt.pod5 CMS_encrypt_ex, CMS_encrypt - create a CMS envelopedData structure
38 envelopedData containing an S/MIME signed message. This can be readily produced
H A DCMS_decrypt.pod7 - decrypt content from a CMS envelopedData structure
H A DCMS_get0_RecipientInfos.pod12 - CMS envelopedData RecipientInfo routines
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcms.asn115 id-pkcs7-envelopedData OBJECT IDENTIFIER ::= { id-pkcs7 3 }
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobjects.txt216 pkcs7 3 : : pkcs7-envelopedData

12