Searched refs:NID_pkcs7_signed (Results 1 – 21 of 21) sorted by relevance
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_lib.c | 30 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 D | pk7_mime.c | 36 if (ctype_nid == NID_pkcs7_signed) { in SMIME_write_PKCS7()
|
H A D | pk7_doit.c | 32 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 D | pk7_asn1.c | 25 ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP_OPT(PKCS7, d.sign, PKCS7_SIGNED, 0)),
|
H A D | pk7_smime.c | 35 if (!PKCS7_set_type(p7, NID_pkcs7_signed)) in PKCS7_sign_ex()
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_lib.c | 160 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 D | cms_io.c | 87 if (ctype_nid == NID_pkcs7_signed) in SMIME_write_CMS()
|
H A D | cms_sd.c | 29 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 D | cms_asn1.c | 294 … ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP(CMS_ContentInfo, d.signedData, CMS_SignedData, 0)),
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | PKCS7_type_is_other.pod | 19 NID_pkcs7_signed
|
H A D | CMS_get0_type.pod | 47 NID_pkcs7_signed
|
/freebsd/crypto/openssl/apps/ |
H A D | pkcs7.c | 152 case NID_pkcs7_signed: in pkcs7_main()
|
H A D | crl2pkcs7.c | 131 p7->type = OBJ_nid2obj(NID_pkcs7_signed); in crl2pkcs7_main()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | pkcs7.h.in | 155 /* NID_pkcs7_signed */ 181 # define PKCS7_type_is_signed(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_signed)
|
H A D | pkcs7.h | 252 # define PKCS7_type_is_signed(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_signed)
|
H A D | obj_mac.h | 679 #define NID_pkcs7_signed 22 macro
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | est.c | 62 case NID_pkcs7_signed: in pkcs7_to_cert()
|
/freebsd/crypto/openssl/crypto/ts/ |
H A D | ts_rsp_sign.c | 697 if (!PKCS7_set_type(p7, NID_pkcs7_signed)) in ts_RESP_sign()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | asn_mime.c | 305 } else if (ctype_nid == NID_pkcs7_signed) { in SMIME_write_ASN1_ex()
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_dat.h | 1144 {"pkcs7-signedData", "pkcs7-signedData", NID_pkcs7_signed, 9, &so[124]},
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 4197 case NID_pkcs7_signed: in crypto_pkcs7_get_certificates()
|