VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.1/doc/man3/EVP_idea_cbc.pod@ 94082

Last change on this file since 94082 was 94082, checked in by vboxsync, 3 years ago

libs/openssl-3.0.1: started applying and adjusting our OpenSSL changes to 3.0.1. bugref:10128

File size: 1.2 KB
Line 
1=pod
2
3=head1 NAME
4
5EVP_idea_cbc,
6EVP_idea_cfb,
7EVP_idea_cfb64,
8EVP_idea_ecb,
9EVP_idea_ofb
10- EVP IDEA cipher
11
12=head1 SYNOPSIS
13
14 #include <openssl/evp.h>
15
16 const EVP_CIPHER *EVP_idea_cbc(void);
17 const EVP_CIPHER *EVP_idea_cfb(void);
18 const EVP_CIPHER *EVP_idea_cfb64(void);
19 const EVP_CIPHER *EVP_idea_ecb(void);
20 const EVP_CIPHER *EVP_idea_ofb(void);
21
22=head1 DESCRIPTION
23
24The IDEA encryption algorithm for EVP.
25
26=over 4
27
28=item EVP_idea_cbc(),
29EVP_idea_cfb(),
30EVP_idea_cfb64(),
31EVP_idea_ecb(),
32EVP_idea_ofb()
33
34The IDEA encryption algorithm in CBC, CFB, ECB and OFB modes respectively.
35
36=back
37
38=head1 RETURN VALUES
39
40These functions return an B<EVP_CIPHER> structure that contains the
41implementation of the symmetric cipher. See L<EVP_CIPHER_meth_new(3)> for
42details of the B<EVP_CIPHER> structure.
43
44=head1 SEE ALSO
45
46L<evp(7)>,
47L<EVP_EncryptInit(3)>,
48L<EVP_CIPHER_meth_new(3)>
49
50=head1 COPYRIGHT
51
52Copyright 2017-2020 The OpenSSL Project Authors. All Rights Reserved.
53
54Licensed under the Apache License 2.0 (the "License"). You may not use
55this file except in compliance with the License. You can obtain a copy
56in the file LICENSE in the source distribution or at
57L<https://www.openssl.org/source/license.html>.
58
59=cut
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette