Add zuc256 to gmssl and speed

This commit is contained in:
Zhi Guan
2019-09-03 17:42:18 +08:00
parent 01c1bfa965
commit c8fab0ffac
7 changed files with 5174 additions and 5149 deletions

View File

@@ -304,6 +304,7 @@ static FUNCTION functions[] = {
#ifndef OPENSSL_NO_ZUC
{ FT_cipher, "zuc", enc_main, enc_options },
#endif
{ FT_cipher, "zuc256", enc_main, enc_options },
#ifndef OPENSSL_NO_AES
{ FT_cipher, "aes-128-cbc", enc_main, enc_options },
#endif