Home
last modified time | relevance | path

Searched refs:crypto_il_tab (Results 1 – 1 of 1) sorted by relevance

/crypto/
Daes_generic.c857 const u32 crypto_il_tab[4][256] = { variable
1124 EXPORT_SYMBOL_GPL(crypto_il_tab);
1383 bo[n] = crypto_il_tab[0][byte(bi[n], 0)] ^ \
1384 crypto_il_tab[1][byte(bi[(n + 3) & 3], 1)] ^ \
1385 crypto_il_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \
1386 crypto_il_tab[3][byte(bi[(n + 1) & 3], 3)] ^ *(k + n); \