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

/linux-master/include/crypto/
H A Daes.h31 extern const u32 crypto_ft_tab[4][256] ____cacheline_aligned;
/linux-master/arch/arm64/crypto/
H A Daes-cipher-core.S126 do_crypt fround, crypto_ft_tab, crypto_ft_tab + 1, 2
/linux-master/crypto/
H A Daegis.h65 const u32 *t = crypto_ft_tab[0];
H A Daes_generic.c65 __visible const u32 crypto_ft_tab[4][256] ____cacheline_aligned = {
1121 EXPORT_SYMBOL_GPL(crypto_ft_tab); variable
1148 bo[n] = crypto_ft_tab[0][byte(bi[n], 0)] ^ \
1149 crypto_ft_tab[1][byte(bi[(n + 1) & 3], 1)] ^ \
1150 crypto_ft_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \
1151 crypto_ft_tab[3][byte(bi[(n + 3) & 3], 3)] ^ *(k + n); \
/linux-master/arch/arm/crypto/
H A Daes-cipher-core.S195 do_crypt fround, crypto_ft_tab,, 2

Completed in 122 milliseconds