Home
last modified time | relevance | path

Searched refs:NID_pkcs7_encrypted (Results 1 – 16 of 16) sorted by relevance

/freebsd-9-stable/crypto/openssl/crypto/cms/
Dcms_lib.c134 case NID_pkcs7_encrypted: in CMS_dataInit()
183 case NID_pkcs7_encrypted: in CMS_dataFinal()
221 case NID_pkcs7_encrypted: in CMS_get0_content()
257 case NID_pkcs7_encrypted: in cms_get0_econtent_type()
Dcms_enc.c244 cms->contentType = OBJ_nid2obj(NID_pkcs7_encrypted); in CMS_EncryptedData_set1_key()
246 } else if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_encrypted) { in CMS_EncryptedData_set1_key()
Dcms_asn1.c293 …ADB_ENTRY(NID_pkcs7_encrypted, ASN1_NDEF_EXP(CMS_ContentInfo, d.encryptedData, CMS_EncryptedData, …
Dcms_smime.c221 if (OBJ_obj2nid(CMS_get0_type(cms)) != NID_pkcs7_encrypted) { in CMS_EncryptedData_decrypt()
/freebsd-9-stable/crypto/openssl/crypto/pkcs12/
Dp12_add.c173 if (!PKCS7_set_type(p7, NID_pkcs7_encrypted)) { in PKCS12_pack_p7encdata()
Dp12_npas.c125 } else if (bagnid == NID_pkcs7_encrypted) { in newpass_p12()
Dp12_kiss.c171 } else if (bagnid == NID_pkcs7_encrypted) { in parse_pk12()
/freebsd-9-stable/crypto/openssl/crypto/pkcs7/
Dpk7_lib.c147 case NID_pkcs7_encrypted: in PKCS7_set_content()
202 case NID_pkcs7_encrypted: in PKCS7_set_type()
Dpk7_asn1.c78 ADB_ENTRY(NID_pkcs7_encrypted, ASN1_NDEF_EXP_OPT(PKCS7, d.encrypted, PKCS7_ENCRYPT, 0))
Dpkcs7.h213 # define PKCS7_type_is_encrypted(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_encrypted)
Dpk7_doit.c83 case NID_pkcs7_encrypted: in PKCS7_type_is_other()
/freebsd-9-stable/crypto/openssl/crypto/objects/
Dobjects.h195 # define NID_pkcs7_encrypted 26 macro
Dobj_mac.h682 #define NID_pkcs7_encrypted 26 macro
Dobj_dat.h949 {"pkcs7-encryptedData","pkcs7-encryptedData",NID_pkcs7_encrypted,9,
/freebsd-9-stable/crypto/openssl/apps/
Dpkcs12.c796 } else if (bagnid == NID_pkcs7_encrypted) { in dump_certs_keys_p12()
/freebsd-9-stable/crypto/openssl/
DCHANGES7474 NID_pkcs7_encrypted by default: this was wrong since this should almost