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