Home
last modified time | relevance | path

Searched refs:crypto_il_tab (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/crypto/
Daes_generic.c858 __visible const u32 crypto_il_tab[4][256] = { variable
1125 EXPORT_SYMBOL_GPL(crypto_il_tab);
1391 bo[n] = crypto_il_tab[0][byte(bi[n], 0)] ^ \
1392 crypto_il_tab[1][byte(bi[(n + 3) & 3], 1)] ^ \
1393 crypto_il_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \
1394 crypto_il_tab[3][byte(bi[(n + 1) & 3], 3)] ^ *(k + n); \
/Linux-v4.19/include/crypto/
Daes.h34 extern const u32 crypto_il_tab[4][256];
/Linux-v4.19/arch/x86/crypto/
Daes-x86_64-asm_64.S14 .extern crypto_il_tab
184 decrypt_final(crypto_il_tab,112)
Daes-i586-asm_32.S296 .extern crypto_il_tab
346 inv_rnd2(+144(%ebp), crypto_il_tab) // last round uses a different table