Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A 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.
H A DCMS_data_create.pod22 B<CMS_STREAM> flag. Internally CMS_final() is called unless B<CMS_STREAM> is
39 L<ERR_get_error(3)>, L<CMS_final(3)>
H A DCMS_digest_create.pod26 Internally CMS_final() is called unless B<CMS_STREAM> is specified.
43 L<ERR_get_error(3)>, L<CMS_final(3)>>
H A DCMS_EncryptedData_encrypt.pod33 B<CMS_PARTIAL>. Internally CMS_final() is called unless B<CMS_STREAM> and/or
54 L<ERR_get_error(3)>, L<CMS_final(3)>, L<CMS_EncryptedData_decrypt(3)>
H A DCMS_EnvelopedData_create.pod42 The B<CMS_ContentInfo> structure needs to be finalized using L<CMS_final(3)>
65 L<ERR_get_error(3)>, L<CMS_encrypt(3)>, L<CMS_decrypt(3)>, L<CMS_final(3)>
H A DCMS_add1_signer.pod32 applicable) or a call to CMS_final().
98 L<CMS_final(3)>,
H A DCMS_add1_recipient_cert.pod70 L<CMS_final(3)>,
H A DCMS_sign.pod109 attributes added. CMS_final() must then be called to finalize the
H A DCMS_signed_get_attr.pod157 Calling CMS_final(), CMS_final_digest() or CMS_dataFinal() adds the
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_smime.c129 if ((flags & CMS_STREAM) || CMS_final(cms, in, NULL, flags)) in CMS_data_create_ex()
185 if ((flags & CMS_STREAM) || CMS_final(cms, in, NULL, flags)) in CMS_digest_create_ex()
245 || CMS_final(cms, in, NULL, flags)) in CMS_EncryptedData_encrypt_ex()
536 || CMS_final(cms, data, NULL, flags)) in CMS_sign_ex()
607 if (!CMS_final(cms, rct_cont, NULL, flags)) in CMS_sign_receipt()
654 || CMS_final(cms, data, NULL, flags)) in CMS_encrypt_ex()
888 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags) in CMS_final() function
955 if ((flags & CMS_STREAM) || CMS_final(cms, in, NULL, flags)) in CMS_compress()
/freebsd/crypto/openssl/demos/cms/
H A Dcms_denc.c73 if (!CMS_final(cms, in, dout, flags)) in main()
/freebsd/crypto/openssl/apps/
H A Dcms.c1017 if (!CMS_final(cms, in, NULL, flags)) in cms_main()
1107 if (!CMS_final(cms, in, NULL, flags)) in cms_main()
/freebsd/crypto/openssl/include/openssl/
H A Dcms.h.in120 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont,
H A Dcms.h218 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont,
/freebsd/crypto/openssl/doc/
H A Dbuild.info818 DEPEND[html/man3/CMS_final.html]=man3/CMS_final.pod
819 GENERATE[html/man3/CMS_final.html]=man3/CMS_final.pod
820 DEPEND[man/man3/CMS_final.3]=man3/CMS_final.pod
821 GENERATE[man/man3/CMS_final.3]=man3/CMS_final.pod
2990 html/man3/CMS_final.html \
3598 man/man3/CMS_final.3 \
/freebsd/secure/lib/libcrypto/
H A DVersion.map681 CMS_final;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile88 MAN+= CMS_final.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2455 CMS_final 2508 3_0_0 EXIST::FUNCTION:CMS