Home
last modified time | relevance | path

Searched refs:CMS_final (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/crypto/openssl/doc/man3/
DCMS_final.pod5 CMS_final - finalise a CMS_ContentInfo structure
11 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags);
15 CMS_final() finalises the structure B<cms>. Its purpose is to perform any
30 CMS_final() returns 1 for success or 0 for failure.
DCMS_add1_signer.pod32 applicable) or a call to CMS_final().
96 L<CMS_final(3)>,
DCMS_add1_recipient_cert.pod61 L<CMS_final(3)>,
DCMS_sign.pod99 attributes added. CMS_final() must then be called to finalize the
/freebsd-12-stable/crypto/openssl/crypto/cms/
Dcms_smime.c125 if ((flags & CMS_STREAM) || CMS_final(cms, in, NULL, flags)) in CMS_data_create()
169 if ((flags & CMS_STREAM) || CMS_final(cms, in, NULL, flags)) in CMS_digest_create()
220 || CMS_final(cms, in, NULL, flags)) in CMS_EncryptedData_encrypt()
466 || CMS_final(cms, data, NULL, flags)) in CMS_sign()
529 if (!CMS_final(cms, rct_cont, NULL, flags)) in CMS_sign_receipt()
568 || CMS_final(cms, data, NULL, flags)) in CMS_encrypt()
763 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags) in CMS_final() function
826 if ((flags & CMS_STREAM) || CMS_final(cms, in, NULL, flags)) in CMS_compress()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dcms.h100 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont,
/freebsd-12-stable/crypto/openssl/apps/
Dcms.c870 if (!CMS_final(cms, in, NULL, flags)) in cms_main()
961 if (!CMS_final(cms, in, NULL, flags)) in cms_main()
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map681 CMS_final;
/freebsd-12-stable/crypto/openssl/crypto/err/
Dopenssl.txt273 CMS_F_CMS_FINAL:127:CMS_final
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile72 MAN+= CMS_final.3