Searched refs:NID_pkcs9_contentType (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_attr.c | 92 if (PKCS7_get_signed_attribute(si, NID_pkcs9_contentType)) in PKCS7_add_attrib_content_type() 96 return PKCS7_add_signed_attribute(si, NID_pkcs9_contentType, in PKCS7_add_attrib_content_type()
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_ess.c | 340 OBJ_nid2obj(NID_pkcs9_contentType), in ossl_cms_Receipt_verify() 400 OBJ_nid2obj(NID_pkcs9_contentType), in ossl_cms_encode_Receipt()
|
H A D | cms_att.c | 44 { NID_pkcs9_contentType, CMS_ATTR_F_SIGNED
|
H A D | cms_sd.c | 134 return CMS_signed_add1_attr_by_NID(si, NID_pkcs9_contentType, in cms_set_si_contentType_attr()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | CMS_signed_get_attr.pod | 160 The NID_pkcs9_contentType signed attribute is always added if the 173 NID_pkcs9_contentType
|
/freebsd/usr.sbin/uefisign/ |
H A D | uefisign.c | 284 PKCS7_add_signed_attribute(info, NID_pkcs9_contentType, in sign()
|
/freebsd/crypto/openssl/crypto/ts/ |
H A D | ts_rsp_sign.c | 727 if (!PKCS7_add_signed_attribute(si, NID_pkcs9_contentType, in ts_RESP_sign()
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_dat.h | 1172 {"contentType", "contentType", NID_pkcs9_contentType, 9, &so[274]},
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | obj_mac.h | 711 #define NID_pkcs9_contentType 50 macro
|