Searched refs:crypto_fl_tab (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/crypto/ |
D | aes_generic.c | 329 __visible const u32 crypto_fl_tab[4][256] = { variable 1122 EXPORT_SYMBOL_GPL(crypto_fl_tab); 1142 crypto_fl_tab[0][byte(x, 0)] ^ \ 1143 crypto_fl_tab[1][byte(x, 1)] ^ \ 1144 crypto_fl_tab[2][byte(x, 2)] ^ \ 1145 crypto_fl_tab[3][byte(x, 3)] 1316 bo[n] = crypto_fl_tab[0][byte(bi[n], 0)] ^ \ 1317 crypto_fl_tab[1][byte(bi[(n + 1) & 3], 1)] ^ \ 1318 crypto_fl_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \ 1319 crypto_fl_tab[3][byte(bi[(n + 3) & 3], 3)] ^ *(k + n); \
|
/linux-4.4.14/include/crypto/ |
D | aes.h | 31 extern const u32 crypto_fl_tab[4][256];
|
/linux-4.4.14/arch/x86/crypto/ |
D | aes-x86_64-asm_64.S | 13 .extern crypto_fl_tab 168 encrypt_final(crypto_fl_tab,112)
|
D | aes-i586-asm_32.S | 224 .extern crypto_fl_tab 274 fwd_rnd2(+144(%ebp), crypto_fl_tab) // last round uses a different table
|