Searched refs:crypto_ft_tab (Results 1 – 8 of 8) sorted by relevance
| /linux/crypto/ |
| A D | aes_generic.c | 65 __visible const u32 crypto_ft_tab[4][256] ____cacheline_aligned = { variable 1121 EXPORT_SYMBOL_GPL(crypto_ft_tab); 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); \
|
| A D | aegis.h | 65 const u32 *t = crypto_ft_tab[0]; in crypto_aegis_aesenc()
|
| /linux/arch/arm64/crypto/ |
| A D | aes-cipher-core.S | 126 do_crypt fround, crypto_ft_tab, crypto_ft_tab + 1, 2
|
| /linux/include/crypto/ |
| A D | aes.h | 31 extern const u32 crypto_ft_tab[4][256] ____cacheline_aligned;
|
| /linux/arch/arm/crypto/ |
| A D | aes-cipher-core.S | 195 do_crypt fround, crypto_ft_tab,, 2
|
| /linux/ |
| A D | vmlinux.symvers | 11600 0x00000000 crypto_ft_tab vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 57894 ffff800010f72780 D crypto_ft_tab
|
| A D | .tmp_System.map | 57894 ffff800010f72780 D crypto_ft_tab
|
Completed in 1005 milliseconds