Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/pkcs7/
Dpk7_lib.c74 if (nid == NID_pkcs7_signed) { in PKCS7_ctrl()
89 if (nid == NID_pkcs7_signed) { in PKCS7_ctrl()
134 case NID_pkcs7_signed: in PKCS7_set_content()
167 case NID_pkcs7_signed: in PKCS7_set_type()
245 case NID_pkcs7_signed: in PKCS7_add_signer()
296 case NID_pkcs7_signed: in PKCS7_add_certificate()
328 case NID_pkcs7_signed: in PKCS7_add_crl()
Dpk7_mime.c115 if (ctype_nid == NID_pkcs7_signed) in SMIME_write_PKCS7()
Dpk7_doit.c79 case NID_pkcs7_signed: in PKCS7_type_is_other()
173 case NID_pkcs7_signed: in PKCS7_dataInit()
361 case NID_pkcs7_signed: in PKCS7_dataDecode()
685 case NID_pkcs7_signed: in PKCS7_dataFinal()
Dpk7_asn1.c74 ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP_OPT(PKCS7, d.sign, PKCS7_SIGNED, 0)),
Dpkcs7.h212 # define PKCS7_type_is_signed(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_signed)
Dpk7_smime.c87 if (!PKCS7_set_type(p7, NID_pkcs7_signed)) in PKCS7_sign()
/freebsd-9-stable/crypto/openssl/crypto/cms/
Dcms_lib.c121 case NID_pkcs7_signed: in CMS_dataInit()
188 case NID_pkcs7_signed: in CMS_dataFinal()
212 case NID_pkcs7_signed: in CMS_get0_content()
248 case NID_pkcs7_signed: in cms_get0_econtent_type()
422 case NID_pkcs7_signed: in STACK_OF()
497 case NID_pkcs7_signed: in STACK_OF()
Dcms_io.c122 if (ctype_nid == NID_pkcs7_signed) in SMIME_write_CMS()
Dcms_sd.c69 if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_signed) { in DECLARE_ASN1_ITEM()
89 cms->contentType = OBJ_nid2obj(NID_pkcs7_signed); in cms_signed_data_init()
Dcms_asn1.c290 … ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP(CMS_ContentInfo, d.signedData, CMS_SignedData, 0)),
/freebsd-9-stable/crypto/openssl/apps/
Dpkcs7.c232 case NID_pkcs7_signed: in MAIN()
Dcrl2p7.c212 p7->type = OBJ_nid2obj(NID_pkcs7_signed); in MAIN()
/freebsd-9-stable/crypto/openssl/crypto/objects/
Dobjects.h179 # define NID_pkcs7_signed 22 macro
Dobj_mac.h666 #define NID_pkcs7_signed 22 macro
Dobj_dat.h941 {"pkcs7-signedData","pkcs7-signedData",NID_pkcs7_signed,9,
/freebsd-9-stable/crypto/openssl/crypto/asn1/
Dasn_mime.c267 else if (ctype_nid == NID_pkcs7_signed) { in int_smime_write_ASN1()