crypto_aes_inv_sbox   88 include/crypto/aes.h extern const u8 crypto_aes_inv_sbox[];
crypto_aes_inv_sbox   86 lib/crypto/aes.c extern const u8 crypto_aes_inv_sbox[256] __alias(aes_inv_sbox);
crypto_aes_inv_sbox   89 lib/crypto/aes.c EXPORT_SYMBOL(crypto_aes_inv_sbox);