Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
EVP_sm4_cbc, EVP_sm4_ecb, EVP_sm4_cfb, EVP_sm4_cfb128, EVP_sm4_ofb, EVP_sm4_ctr — EVP SM4 cipherSYNOPSIS
#include <openssl/evp.h>EVP_sm4_cbc(void);
EVP_sm4_ecb(void);
EVP_sm4_cfb(void);
EVP_sm4_cfb128(void);
EVP_sm4_ofb(void);
EVP_sm4_ctr(void);