Searched refs:crypto_it_tab (Results 1 – 1 of 1) sorted by relevance
593 const u32 crypto_it_tab[4][256] = { variable1123 EXPORT_SYMBOL_GPL(crypto_it_tab);1368 bo[n] = crypto_it_tab[0][byte(bi[n], 0)] ^ \1369 crypto_it_tab[1][byte(bi[(n + 3) & 3], 1)] ^ \1370 crypto_it_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \1371 crypto_it_tab[3][byte(bi[(n + 1) & 3], 3)] ^ *(k + n); \