Searched defs:crypto_ft_tab (Results 1 - 1 of 1) sorted by relevance

/crypto/
H A Daes_generic.c65 const u32 crypto_ft_tab[4][256] = { variable
1121 EXPORT_SYMBOL_GPL(crypto_ft_tab); variable
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); \

Completed in 314 milliseconds