Searched refs:crypto_ft_tab (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/crypto/ |
D | aes_generic.c | 65 __visible const u32 crypto_ft_tab[4][256] ____cacheline_aligned = { variable 1121 EXPORT_SYMBOL_GPL(crypto_ft_tab); 1154 bo[n] = crypto_ft_tab[0][byte(bi[n], 0)] ^ \ 1155 crypto_ft_tab[1][byte(bi[(n + 1) & 3], 1)] ^ \ 1156 crypto_ft_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \ 1157 crypto_ft_tab[3][byte(bi[(n + 3) & 3], 3)] ^ *(k + n); \
|
D | aegis.h | 46 const u32 *t = crypto_ft_tab[0]; in crypto_aegis_aesenc()
|
/Linux-v5.4/include/crypto/ |
D | aes.h | 31 extern const u32 crypto_ft_tab[4][256] ____cacheline_aligned;
|
/Linux-v5.4/arch/arm64/crypto/ |
D | aes-cipher-core.S | 126 do_crypt fround, crypto_ft_tab, crypto_ft_tab + 1, 2
|
/Linux-v5.4/arch/arm/crypto/ |
D | aes-cipher-core.S | 217 do_crypt fround, crypto_ft_tab,, 2
|