Searched refs:crypto_fl_tab (Results 1 – 1 of 1) sorted by relevance
329 const u32 crypto_fl_tab[4][256] = { variable1122 EXPORT_SYMBOL_GPL(crypto_fl_tab);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)]1311 bo[n] = crypto_fl_tab[0][byte(bi[n], 0)] ^ \1312 crypto_fl_tab[1][byte(bi[(n + 1) & 3], 1)] ^ \1313 crypto_fl_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \1314 crypto_fl_tab[3][byte(bi[(n + 3) & 3], 3)] ^ *(k + n); \