1EVP_CIPHER-AES(7ossl) OpenSSL EVP_CIPHER-AES(7ossl)
2
3
4
6 EVP_CIPHER-AES - The AES EVP_CIPHER implementations
7
9 Support for AES symmetric encryption using the EVP_CIPHER API.
10
11 Algorithm Names
12 The following algorithms are available in the FIPS provider as well as
13 the default provider:
14
15 "AES-128-CBC", "AES-192-CBC" and "AES-256-CBC"
16 "AES-128-CBC-CTS", "AES-192-CBC-CTS" and "AES-256-CBC-CTS"
17 "AES-128-CFB", "AES-192-CFB", "AES-256-CFB", "AES-128-CFB1",
18 "AES-192-CFB1", "AES-256-CFB1", "AES-128-CFB8", "AES-192-CFB8" and
19 "AES-256-CFB8"
20 "AES-128-CTR", "AES-192-CTR" and "AES-256-CTR"
21 "AES-128-ECB", "AES-192-ECB" and "AES-256-ECB"
22 "AES-192-OCB", "AES-128-OCB" and "AES-256-OCB"
23 "AES-128-SIV", "AES-192-SIV" and "AES-256-SIV"
24 "AES-128-XTS" and "AES-256-XTS"
25 "AES-128-CCM", "AES-192-CCM" and "AES-256-CCM"
26 "AES-128-GCM", "AES-192-GCM" and "AES-256-GCM"
27 "AES-128-WRAP", "AES-192-WRAP", "AES-256-WRAP", "AES-128-WRAP-PAD",
28 "AES-192-WRAP-PAD", "AES-256-WRAP-PAD", "AES-128-WRAP-INV",
29 "AES-192-WRAP-INV", "AES-256-WRAP-INV", "AES-128-WRAP-PAD-INV",
30 "AES-192-WRAP-PAD-INV" and "AES-256-WRAP-PAD-INV"
31 "AES-128-CBC-HMAC-SHA1", "AES-256-CBC-HMAC-SHA1",
32 "AES-128-CBC-HMAC-SHA256" and "AES-256-CBC-HMAC-SHA256"
33
34 The following algorithms are available in the default provider, but not
35 the FIPS provider:
36
37 "AES-128-OFB", "AES-192-OFB" and "AES-256-OFB"
38
39 Parameters
40 This implementation supports the parameters described in "PARAMETERS"
41 in EVP_EncryptInit(3).
42
44 provider-cipher(7), OSSL_PROVIDER-FIPS(7), OSSL_PROVIDER-default(7)
45
47 Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
48
49 Licensed under the Apache License 2.0 (the "License"). You may not use
50 this file except in compliance with the License. You can obtain a copy
51 in the file LICENSE in the source distribution or at
52 <https://www.openssl.org/source/license.html>.
53
54
55
563.0.5 2022-07-05 EVP_CIPHER-AES(7ossl)