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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Daes.h33 extern const u32 crypto_il_tab[4][256];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Daes-x86_64-asm_64.S14 .extern crypto_il_tab
187 decrypt_final(crypto_il_tab,112)
H A Daes-i586-asm_32.S300 .extern crypto_il_tab
352 inv_rnd2(+144(%ebp), crypto_il_tab) // last round uses a different table
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Daes_generic.c857 const u32 crypto_il_tab[4][256] = { variable
1124 EXPORT_SYMBOL_GPL(crypto_il_tab); variable
1388 bo[n] = crypto_il_tab[0][byte(bi[n], 0)] ^ \
1389 crypto_il_tab[1][byte(bi[(n + 3) & 3], 1)] ^ \
1390 crypto_il_tab[2][byte(bi[(n + 2) & 3], 2)] ^ \
1391 crypto_il_tab[3][byte(bi[(n + 1) & 3], 3)] ^ *(k + n); \

Completed in 74 milliseconds