Lines Matching refs:byte
58 static inline u8 byte(const u32 x, const unsigned n) in byte() function
1142 crypto_fl_tab[0][byte(x, 0)] ^ \
1143 crypto_fl_tab[1][byte(x, 1)] ^ \
1144 crypto_fl_tab[2][byte(x, 2)] ^ \
1145 crypto_fl_tab[3][byte(x, 3)]
1301 bo[n] = crypto_ft_tab[0][byte(bi[n], 0)] ^ \
1302 crypto_ft_tab[1][byte(bi[(n + 1) & 3], 1)] ^ \
1303 crypto_ft_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \
1304 crypto_ft_tab[3][byte(bi[(n + 3) & 3], 3)] ^ *(k + n); \
1316 bo[n] = crypto_fl_tab[0][byte(bi[n], 0)] ^ \
1317 crypto_fl_tab[1][byte(bi[(n + 1) & 3], 1)] ^ \
1318 crypto_fl_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \
1319 crypto_fl_tab[3][byte(bi[(n + 3) & 3], 3)] ^ *(k + n); \
1373 bo[n] = crypto_it_tab[0][byte(bi[n], 0)] ^ \
1374 crypto_it_tab[1][byte(bi[(n + 3) & 3], 1)] ^ \
1375 crypto_it_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \
1376 crypto_it_tab[3][byte(bi[(n + 1) & 3], 3)] ^ *(k + n); \
1388 bo[n] = crypto_il_tab[0][byte(bi[n], 0)] ^ \
1389 crypto_il_tab[1][byte(bi[(n + 3) & 3], 1)] ^ \
1390 crypto_il_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \
1391 crypto_il_tab[3][byte(bi[(n + 1) & 3], 3)] ^ *(k + n); \