X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fi386%2Fcrypto%2Faes.c;h=1019430fc1f11015128f2f22fdf44f7d24330ab3;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=5a34ee9e4a515b8a52446cb243e8a0b19b89e986;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/i386/crypto/aes.c b/arch/i386/crypto/aes.c index 5a34ee9e4..1019430fc 100644 --- a/arch/i386/crypto/aes.c +++ b/arch/i386/crypto/aes.c @@ -93,12 +93,12 @@ static u32 rcon_tab[RC_LENGTH]; u32 ft_tab[4][256]; u32 fl_tab[4][256]; -u32 ls_tab[4][256]; -u32 im_tab[4][256]; +static u32 ls_tab[4][256]; +static u32 im_tab[4][256]; u32 il_tab[4][256]; u32 it_tab[4][256]; -void gen_tabs(void) +static void gen_tabs(void) { u32 i, w; u8 pow[512], log[256];