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