Searched refs:PKCS7_add_signed_attribute (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/crypto/libressl/crypto/pkcs7/ |
H A D | pk7_attr.c | 79 return PKCS7_add_signed_attribute(si, NID_SMIMECapabilities, in PKCS7_add_attrib_smimecap() 141 return PKCS7_add_signed_attribute(si, NID_pkcs9_contentType, in PKCS7_add_attrib_content_type() 152 return PKCS7_add_signed_attribute(si, NID_pkcs9_signingTime, in PKCS7_add0_attrib_signing_time() 166 !PKCS7_add_signed_attribute(si, NID_pkcs9_messageDigest, in PKCS7_add1_attrib_digest()
|
H A D | pk7_doit.c | 1192 PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, in PKCS7_add_signed_attribute() function
|
/dflybsd-src/usr.sbin/uefisign/ |
H A D | uefisign.c | 285 PKCS7_add_signed_attribute(info, NID_pkcs9_contentType, in sign()
|
/dflybsd-src/crypto/libressl/crypto/ts/ |
H A D | ts_rsp_sign.c | 765 if (!PKCS7_add_signed_attribute(si, NID_pkcs9_contentType, in TS_RESP_sign() 955 return PKCS7_add_signed_attribute(si, in ESS_add_signing_cert()
|
/dflybsd-src/crypto/libressl/include/openssl/ |
H A D | pkcs7.h | 378 int PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int type,
|