Add 128-EEA3, 128-EIA3, ZUC-MAC, ZUC256, ZUC256-MAC and EVP_zuc256

This commit is contained in:
Zhi Guan
2019-09-03 14:51:33 +08:00
parent c4455c96ae
commit 12505f111f
18 changed files with 6196 additions and 5520 deletions

View File

@@ -293,5 +293,6 @@ void openssl_add_all_ciphers_int(void)
#endif
#ifndef OPENSSL_NO_ZUC
EVP_add_cipher(EVP_zuc());
EVP_add_cipher(EVP_zuc256());
#endif
}