crypto_il_tab     857 crypto/aes_generic.c static const u32 crypto_il_tab[4][256] ____cacheline_aligned = {
crypto_il_tab    1239 crypto/aes_generic.c 	bo[n] = crypto_il_tab[0][byte(bi[n], 0)] ^		\
crypto_il_tab    1240 crypto/aes_generic.c 	crypto_il_tab[1][byte(bi[(n + 3) & 3], 1)] ^		\
crypto_il_tab    1241 crypto/aes_generic.c 	crypto_il_tab[2][byte(bi[(n + 2) & 3], 2)] ^		\
crypto_il_tab    1242 crypto/aes_generic.c 	crypto_il_tab[3][byte(bi[(n + 1) & 3], 3)] ^ *(k + n);	\