Searched refs:aes_inv_sbox (Results 1 – 1 of 1) sorted by relevance
49 static const u8 ____cacheline_aligned aes_inv_sbox[] = { variable85 extern const u8 crypto_aes_inv_sbox[256] __alias(aes_inv_sbox);395 return rk ^ aes_inv_sbox[(u8)w[i]] ^ in declast_quarterround()396 ((u32)aes_inv_sbox[(u8)(w[(i + 3) % 4] >> 8)] << 8) ^ in declast_quarterround()397 ((u32)aes_inv_sbox[(u8)(w[(i + 2) % 4] >> 16)] << 16) ^ in declast_quarterround()398 ((u32)aes_inv_sbox[(u8)(w[(i + 1) % 4] >> 24)] << 24); in declast_quarterround()429 aes_prefetch(aes_inv_sbox, sizeof(aes_inv_sbox)); in aes_decrypt_generic()