Searched refs:aes_dec_tab (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/crypto/ |
| H A D | aes.c | 139 const u32 ____cacheline_aligned aes_dec_tab[256] = { variable 184 EXPORT_SYMBOL(aes_dec_tab); 387 return rk ^ aes_dec_tab[(u8)w[i]] ^ in dec_quarterround() 388 rol32(aes_dec_tab[(u8)(w[(i + 3) % 4] >> 8)], 8) ^ in dec_quarterround() 389 rol32(aes_dec_tab[(u8)(w[(i + 2) % 4] >> 16)], 16) ^ in dec_quarterround() 390 rol32(aes_dec_tab[(u8)(w[(i + 1) % 4] >> 24)], 24); in dec_quarterround() 415 aes_prefetch(aes_dec_tab, sizeof(aes_dec_tab)); in aes_decrypt_generic()
|
| /linux/lib/crypto/arm64/ |
| H A D | aes-cipher-core.S | 131 do_crypt iround, aes_dec_tab, crypto_aes_inv_sbox, 0
|
| /linux/lib/crypto/arm/ |
| H A D | aes-cipher-core.S | 200 do_crypt iround, aes_dec_tab, crypto_aes_inv_sbox, 0
|
| /linux/include/crypto/ |
| H A D | aes.h | 328 extern const u32 aes_dec_tab[256];
|