Home
last modified time | relevance | path

Searched refs:NID_pkcs9_contentType (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_attr.c92 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 Dcms_ess.c340 OBJ_nid2obj(NID_pkcs9_contentType), in ossl_cms_Receipt_verify()
400 OBJ_nid2obj(NID_pkcs9_contentType), in ossl_cms_encode_Receipt()
H A Dcms_att.c44 { NID_pkcs9_contentType, CMS_ATTR_F_SIGNED
H A Dcms_sd.c134 return CMS_signed_add1_attr_by_NID(si, NID_pkcs9_contentType, in cms_set_si_contentType_attr()
/freebsd/crypto/openssl/doc/man3/
H A DCMS_signed_get_attr.pod160 The NID_pkcs9_contentType signed attribute is always added if the
173 NID_pkcs9_contentType
/freebsd/usr.sbin/uefisign/
H A Duefisign.c284 PKCS7_add_signed_attribute(info, NID_pkcs9_contentType, in sign()
/freebsd/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c727 if (!PKCS7_add_signed_attribute(si, NID_pkcs9_contentType, in ts_RESP_sign()
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.h1172 {"contentType", "contentType", NID_pkcs9_contentType, 9, &so[274]},
/freebsd/crypto/openssl/include/openssl/
H A Dobj_mac.h711 #define NID_pkcs9_contentType 50 macro