Lines Matching refs:byte
59 static inline u8 byte(const u32 x, const unsigned n) in byte() function
1154 bo[n] = crypto_ft_tab[0][byte(bi[n], 0)] ^ \
1155 crypto_ft_tab[1][byte(bi[(n + 1) & 3], 1)] ^ \
1156 crypto_ft_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \
1157 crypto_ft_tab[3][byte(bi[(n + 3) & 3], 3)] ^ *(k + n); \
1169 bo[n] = crypto_fl_tab[0][byte(bi[n], 0)] ^ \
1170 crypto_fl_tab[1][byte(bi[(n + 1) & 3], 1)] ^ \
1171 crypto_fl_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \
1172 crypto_fl_tab[3][byte(bi[(n + 3) & 3], 3)] ^ *(k + n); \
1224 bo[n] = crypto_it_tab[0][byte(bi[n], 0)] ^ \
1225 crypto_it_tab[1][byte(bi[(n + 3) & 3], 1)] ^ \
1226 crypto_it_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \
1227 crypto_it_tab[3][byte(bi[(n + 1) & 3], 3)] ^ *(k + n); \
1239 bo[n] = crypto_il_tab[0][byte(bi[n], 0)] ^ \
1240 crypto_il_tab[1][byte(bi[(n + 3) & 3], 1)] ^ \
1241 crypto_il_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \
1242 crypto_il_tab[3][byte(bi[(n + 1) & 3], 3)] ^ *(k + n); \