]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite3a3bd730cf52ed2850988239243428f6c38341f
tree733c93a49a5ce84ec11e760a8e629a8af981157a
parent5e0e8c16f8f2389b032a841fd77073d15c8d3798
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