1*b0d17251Schristos=pod 2*b0d17251Schristos 3*b0d17251Schristos=head1 NAME 4*b0d17251Schristos 5*b0d17251SchristosEVP_CIPHER-BLOWFISH - The BLOBFISH EVP_CIPHER implementations 6*b0d17251Schristos 7*b0d17251Schristos=head1 DESCRIPTION 8*b0d17251Schristos 9*b0d17251SchristosSupport for BLOWFISH symmetric encryption using the B<EVP_CIPHER> API. 10*b0d17251Schristos 11*b0d17251Schristos=head2 Algorithm Names 12*b0d17251Schristos 13*b0d17251SchristosThe following algorithms are available in the legacy provider: 14*b0d17251Schristos 15*b0d17251Schristos=over 4 16*b0d17251Schristos 17*b0d17251Schristos=item "BF-ECB" 18*b0d17251Schristos 19*b0d17251Schristos=item "BF-CBC" 20*b0d17251Schristos 21*b0d17251Schristos=item "BF-OFB" 22*b0d17251Schristos 23*b0d17251Schristos=item "BF-CFB" 24*b0d17251Schristos 25*b0d17251Schristos=back 26*b0d17251Schristos 27*b0d17251Schristos 28*b0d17251Schristos=head2 Parameters 29*b0d17251Schristos 30*b0d17251SchristosThis implementation supports the parameters described in 31*b0d17251SchristosL<EVP_EncryptInit(3)/PARAMETERS>. 32*b0d17251Schristos 33*b0d17251Schristos=head1 SEE ALSO 34*b0d17251Schristos 35*b0d17251SchristosL<provider-cipher(7)>, L<OSSL_PROVIDER-legacy(7)> 36*b0d17251Schristos 37*b0d17251Schristos=head1 COPYRIGHT 38*b0d17251Schristos 39*b0d17251SchristosCopyright 2021 The OpenSSL Project Authors. All Rights Reserved. 40*b0d17251Schristos 41*b0d17251SchristosLicensed under the Apache License 2.0 (the "License"). You may not use 42*b0d17251Schristosthis file except in compliance with the License. You can obtain a copy 43*b0d17251Schristosin the file LICENSE in the source distribution or at 44*b0d17251SchristosL<https://www.openssl.org/source/license.html>. 45*b0d17251Schristos 46*b0d17251Schristos=cut 47