1EVP_CIPHER-IDEA(7ossl) OpenSSL EVP_CIPHER-IDEA(7ossl)
2
3
4
6 EVP_CIPHER-IDEA - The IDEA EVP_CIPHER implementations
7
9 Support for IDEA symmetric encryption using the EVP_CIPHER API.
10
11 Algorithm Names
12 The following algorithms are available in the legacy provider:
13
14 "IDEA-ECB"
15 "IDEA-CBC"
16 "IDEA-OFB" or "IDEA-OFB64"
17 "IDEA-CFB" or "IDEA-CFB64"
18
19 Parameters
20 This implementation supports the parameters described in "PARAMETERS"
21 in EVP_EncryptInit(3).
22
24 provider-cipher(7), OSSL_PROVIDER-legacy(7)
25
27 Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
28
29 Licensed under the Apache License 2.0 (the "License"). You may not use
30 this file except in compliance with the License. You can obtain a copy
31 in the file LICENSE in the source distribution or at
32 <https://www.openssl.org/source/license.html>.
33
34
35
363.0.9 2023-07-27 EVP_CIPHER-IDEA(7ossl)