Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_lib.c30 if (nid == NID_pkcs7_signed) { in PKCS7_ctrl()
50 if (nid == NID_pkcs7_signed) { in PKCS7_ctrl()
94 case NID_pkcs7_signed: in PKCS7_set_content()
125 case NID_pkcs7_signed: in PKCS7_set_type()
203 case NID_pkcs7_signed: in PKCS7_add_signer()
263 case NID_pkcs7_signed: in PKCS7_add_certificate()
284 case NID_pkcs7_signed: in PKCS7_add_crl()
742 case NID_pkcs7_signed: in PKCS7_stream()
H A Dpk7_mime.c36 if (ctype_nid == NID_pkcs7_signed) { in SMIME_write_PKCS7()
H A Dpk7_doit.c32 case NID_pkcs7_signed: in PKCS7_type_is_other()
251 case NID_pkcs7_signed: in PKCS7_dataInit()
435 case NID_pkcs7_signed: in PKCS7_dataDecode()
789 case NID_pkcs7_signed: in PKCS7_dataFinal()
H A Dpk7_asn1.c25 ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP_OPT(PKCS7, d.sign, PKCS7_SIGNED, 0)),
H A Dpk7_smime.c35 if (!PKCS7_set_type(p7, NID_pkcs7_signed)) in PKCS7_sign_ex()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_lib.c160 case NID_pkcs7_signed: in CMS_dataInit()
238 case NID_pkcs7_signed: in CMS_dataFinal()
262 case NID_pkcs7_signed: in CMS_get0_content()
302 case NID_pkcs7_signed: in cms_get0_econtent_type()
469 case NID_pkcs7_signed: in STACK_OF()
551 case NID_pkcs7_signed: in STACK_OF()
H A Dcms_io.c87 if (ctype_nid == NID_pkcs7_signed) in SMIME_write_CMS()
H A Dcms_sd.c29 if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_signed) { in cms_get0_signed()
49 cms->contentType = OBJ_nid2obj(NID_pkcs7_signed); in cms_signed_data_init()
H A Dcms_asn1.c294 … ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP(CMS_ContentInfo, d.signedData, CMS_SignedData, 0)),
/freebsd/crypto/openssl/doc/man3/
H A DPKCS7_type_is_other.pod19 NID_pkcs7_signed
H A DCMS_get0_type.pod47 NID_pkcs7_signed
/freebsd/crypto/openssl/apps/
H A Dpkcs7.c152 case NID_pkcs7_signed: in pkcs7_main()
H A Dcrl2pkcs7.c131 p7->type = OBJ_nid2obj(NID_pkcs7_signed); in crl2pkcs7_main()
/freebsd/crypto/openssl/include/openssl/
H A Dpkcs7.h.in155 /* NID_pkcs7_signed */
181 # define PKCS7_type_is_signed(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_signed)
H A Dpkcs7.h252 # define PKCS7_type_is_signed(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_signed)
H A Dobj_mac.h679 #define NID_pkcs7_signed 22 macro
/freebsd/contrib/wpa/hs20/client/
H A Dest.c62 case NID_pkcs7_signed: in pkcs7_to_cert()
/freebsd/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c697 if (!PKCS7_set_type(p7, NID_pkcs7_signed)) in ts_RESP_sign()
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn_mime.c305 } else if (ctype_nid == NID_pkcs7_signed) { in SMIME_write_ASN1_ex()
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.h1144 {"pkcs7-signedData", "pkcs7-signedData", NID_pkcs7_signed, 9, &so[124]},
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c4197 case NID_pkcs7_signed: in crypto_pkcs7_get_certificates()