Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DCMS_add1_signer.pod5 CMS_add1_signer, CMS_SignerInfo_sign - add a signer to a CMS_ContentInfo signed data structure
15 int CMS_SignerInfo_sign(CMS_SignerInfo *si);
34 The CMS_SignerInfo_sign() function explicitly signs a CMS_SignerInfo
58 can be added. In this case an explicit call to CMS_SignerInfo_sign() is
94 CMS_SignerInfo_sign() returns 1 on success, 0 on failure.
H A DCMS_signed_get_attr.pod154 Calling CMS_SignerInfo_sign() adds the NID_pkcs9_signingTime signed
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_sd.c509 !CMS_SignerInfo_sign(si)) in CMS_add1_signer()
781 if (!CMS_SignerInfo_sign(si)) in cms_SignerInfo_content_sign()
852 int CMS_SignerInfo_sign(CMS_SignerInfo *si) in CMS_SignerInfo_sign() function
/freebsd/crypto/openssl/include/openssl/
H A Dcms.h.in300 int CMS_SignerInfo_sign(CMS_SignerInfo *si);
H A Dcms.h398 int CMS_SignerInfo_sign(CMS_SignerInfo *si);
/freebsd/secure/lib/libcrypto/
H A DVersion.map652 CMS_SignerInfo_sign;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1251 MLINKS+= CMS_add1_signer.3 CMS_SignerInfo_sign.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1519 CMS_SignerInfo_sign 1554 3_0_0 EXIST::FUNCTION:CMS
/freebsd/crypto/openssl/
H A DCHANGES.md313 signing time attribute, because CMS_SignerInfo_sign added it unconditionally.