crypto: lib/aes - export sbox and inverse sbox
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 2 Jul 2019 19:41:46 +0000 (21:41 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 26 Jul 2019 04:58:36 +0000 (14:58 +1000)
commit9467a3150cf4afca638673e099af71e8c493a3a0
tree733c93a49a5ce84ec11e760a8e629a8af981157a
parent1e25ca02a0619c10bc0eae975846926902381ce5
crypto: lib/aes - export sbox and inverse sbox

There are a few copies of the AES S-boxes floating around, so export
the ones from the AES library so that we can reuse them in other
modules.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/crypto/aes.h
lib/crypto/aes.c