crypto: aes-generic - unexport last-round AES tables
[linux-block.git] / include / crypto / aes.h
index 0a64a977f9b328b5744a23b2e8501499ed917a3f..df8426fd8051a54dd078b6fb4b94c0d121e54ffa 100644 (file)
@@ -29,9 +29,7 @@ struct crypto_aes_ctx {
 };
 
 extern const u32 crypto_ft_tab[4][256] ____cacheline_aligned;
-extern const u32 crypto_fl_tab[4][256] ____cacheline_aligned;
 extern const u32 crypto_it_tab[4][256] ____cacheline_aligned;
-extern const u32 crypto_il_tab[4][256] ____cacheline_aligned;
 
 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key,
                unsigned int key_len);