Home
last modified time | relevance | path

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

/src/crypto/openssl/doc/man3/
H A DCMS_final.pod5 CMS_final, CMS_final_digest - finalise a CMS_ContentInfo structure
11 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags);
17 CMS_final() finalises the structure B<cms>. Its purpose is to perform any
41 CMS_final() and CMS_final_digest() return 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)>
68 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().
99 L<CMS_final(3)>,
H A DCMS_add1_recipient_cert.pod70 L<CMS_final(3)>,
H A DCMS_sign.pod110 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
/src/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()
547 || CMS_final(cms, data, NULL, flags)) in CMS_sign_ex()
615 if (!CMS_final(cms, rct_cont, NULL, flags)) in CMS_sign_receipt()
662 || CMS_final(cms, data, NULL, flags)) in CMS_encrypt_ex()
892 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags) in CMS_final() function
983 if ((flags & CMS_STREAM) || CMS_final(cms, in, NULL, flags)) in CMS_compress()
/src/crypto/openssl/demos/cms/
H A Dcms_denc.c73 if (!CMS_final(cms, in, dout, flags)) in main()
/src/crypto/openssl/apps/
H A Dcms.c1120 if (!CMS_final(cms, in, NULL, flags)) { in cms_main()
1222 if (!CMS_final(cms, in, NULL, flags)) in cms_main()
/src/crypto/openssl/include/openssl/
H A Dcms.h.in131 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont,
H A Dcms.h229 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont,
/src/crypto/openssl/doc/
H A Dbuild.info850 DEPEND[html/man3/CMS_final.html]=man3/CMS_final.pod
851 GENERATE[html/man3/CMS_final.html]=man3/CMS_final.pod
852 DEPEND[man/man3/CMS_final.3]=man3/CMS_final.pod
853 GENERATE[man/man3/CMS_final.3]=man3/CMS_final.pod
3276 html/man3/CMS_final.html \
3952 man/man3/CMS_final.3 \
/src/secure/lib/libcrypto/
H A DVersion.map681 CMS_final;
/src/secure/lib/libcrypto/man/man3/
H A DMakefile94 MAN+= CMS_final.3
1262 MLINKS+= CMS_final.3 CMS_final_digest.3
/src/crypto/openssl/util/
H A Dlibcrypto.num2455 CMS_final 2508 3_0_0 EXIST::FUNCTION:CMS