/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cms/ |
H A D | cms_env.c | 30 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 D | cms_lib.c | 168 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 D | cms_smime.c | 609 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 D | cms_kari.c | 245 ec = cms->d.envelopedData->encryptedContentInfo; in CMS_RecipientInfo_kari_decrypt() 381 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_kari_encrypt()
|
H A D | cms_pwri.c | 288 ec = cms->d.envelopedData->encryptedContentInfo; in cms_RecipientInfo_pwri_crypt()
|
H A D | cms_local.h | 52 CMS_EnvelopedData *envelopedData; member
|
H A D | cms_asn1.c | 273 …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 D | cms_env.c | 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 …]
|
H A D | cms_lib.c | 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()
|
H A D | cms_local.h | 59 CMS_EnvelopedData *envelopedData; member
|
H A D | cms_asn1.c | 284 …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 D | PKCS7_encrypt.pod | 5 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 D | PKCS7_decrypt.pod | 5 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 D | CMS_encrypt.pod | 5 CMS_encrypt - create a CMS envelopedData structure 32 envelopedData containing an S/MIME signed message. This can be readily produced
|
H A D | CMS_decrypt.pod | 5 CMS_decrypt - decrypt content from a CMS envelopedData structure
|
H A D | CMS_get0_RecipientInfos.pod | 10 - CMS envelopedData RecipientInfo routines
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | PKCS7_encrypt.pod | 6 - 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 D | PKCS7_type_is_other.pod | 5 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 D | PKCS7_get_octet_string.pod | 5 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 D | PKCS7_decrypt.pod | 5 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 D | CMS_encrypt.pod | 5 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 D | CMS_decrypt.pod | 7 - decrypt content from a CMS envelopedData structure
|
H A D | CMS_get0_RecipientInfos.pod | 12 - CMS envelopedData RecipientInfo routines
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | cms.asn1 | 15 id-pkcs7-envelopedData OBJECT IDENTIFIER ::= { id-pkcs7 3 }
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/objects/ |
H A D | objects.txt | 216 pkcs7 3 : : pkcs7-envelopedData
|