Searched refs:crypto_it_tab (Results 1 – 7 of 7) sorted by relevance
| /linux/crypto/ |
| A D | aes_generic.c | 593 __visible const u32 crypto_it_tab[4][256] ____cacheline_aligned = { variable 1122 EXPORT_SYMBOL_GPL(crypto_it_tab); 1218 bo[n] = crypto_it_tab[0][byte(bi[n], 0)] ^ \ 1219 crypto_it_tab[1][byte(bi[(n + 3) & 3], 1)] ^ \ 1220 crypto_it_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \ 1221 crypto_it_tab[3][byte(bi[(n + 1) & 3], 3)] ^ *(k + n); \
|
| /linux/include/crypto/ |
| A D | aes.h | 32 extern const u32 crypto_it_tab[4][256] ____cacheline_aligned;
|
| /linux/arch/arm64/crypto/ |
| A D | aes-cipher-core.S | 131 do_crypt iround, crypto_it_tab, crypto_aes_inv_sbox, 0
|
| /linux/arch/arm/crypto/ |
| A D | aes-cipher-core.S | 200 do_crypt iround, crypto_it_tab, crypto_aes_inv_sbox, 0
|
| /linux/ |
| A D | vmlinux.symvers | 11599 0x00000000 crypto_it_tab vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 57892 ffff800010f70780 D crypto_it_tab
|
| A D | .tmp_System.map | 57892 ffff800010f70780 D crypto_it_tab
|
Completed in 355 milliseconds