Searched refs:NID_pkcs7_encrypted (Results 1 – 20 of 20) sorted by relevance
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_lib.c | 173 case NID_pkcs7_encrypted: in CMS_dataInit() 227 case NID_pkcs7_encrypted: in CMS_dataFinal() 271 case NID_pkcs7_encrypted: in CMS_get0_content() 311 case NID_pkcs7_encrypted: in cms_get0_econtent_type()
|
H A D | cms_enc.c | 241 cms->contentType = OBJ_nid2obj(NID_pkcs7_encrypted); in CMS_EncryptedData_set1_key() 243 } else if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_encrypted) { in CMS_EncryptedData_set1_key()
|
H A D | cms_asn1.c | 297 …ADB_ENTRY(NID_pkcs7_encrypted, ASN1_NDEF_EXP(CMS_ContentInfo, d.encryptedData, CMS_EncryptedData, …
|
H A D | cms_smime.c | 205 if (OBJ_obj2nid(CMS_get0_type(cms)) != NID_pkcs7_encrypted) { in CMS_EncryptedData_decrypt()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | PKCS7_type_is_other.pod | 23 NID_pkcs7_encrypted
|
H A D | CMS_EncryptedData_encrypt.pod | 27 with a type B<NID_pkcs7_encrypted>. I<in> is a BIO containing the data to
|
H A D | CMS_get0_type.pod | 50 NID_pkcs7_encrypted
|
/freebsd/crypto/openssl/crypto/pkcs12/ |
H A D | p12_npas.c | 78 } else if (bagnid == NID_pkcs7_encrypted) { in newpass_p12()
|
H A D | p12_kiss.c | 151 } else if (bagnid == NID_pkcs7_encrypted) { in parse_pk12()
|
H A D | p12_add.c | 106 if (!PKCS7_set_type(p7, NID_pkcs7_encrypted)) { in PKCS12_pack_p7encdata_ex()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | pkcs7.h.in | 163 /* NID_pkcs7_encrypted */ 182 # define PKCS7_type_is_encrypted(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_encrypted)
|
H A D | pkcs7.h | 253 # define PKCS7_type_is_encrypted(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_encrypted)
|
H A D | obj_mac.h | 695 #define NID_pkcs7_encrypted 26 macro
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_lib.c | 105 case NID_pkcs7_encrypted: in PKCS7_set_content() 159 case NID_pkcs7_encrypted: in PKCS7_set_type()
|
H A D | pk7_asn1.c | 29 ADB_ENTRY(NID_pkcs7_encrypted, ASN1_NDEF_EXP_OPT(PKCS7, d.encrypted, PKCS7_ENCRYPT, 0))
|
H A D | pk7_doit.c | 36 case NID_pkcs7_encrypted: in PKCS7_type_is_other()
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | pkcs12.c | 320 if (!TEST_int_eq(bagnid, NID_pkcs7_encrypted)) in STACK_OF()
|
/freebsd/crypto/openssl/apps/ |
H A D | pkcs12.c | 858 } else if (bagnid == NID_pkcs7_encrypted) { in dump_certs_keys_p12()
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_dat.h | 1148 {"pkcs7-encryptedData", "pkcs7-encryptedData", NID_pkcs7_encrypted, 9, &so[160]},
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 17986 NID_pkcs7_encrypted by default: this was wrong since this should almost
|