commit | 1e25ca02a0619c10bc0eae975846926902381ce5 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Jul 02 21:41:45 2019 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 26 14:58:35 2019 +1000 |
tree | b504d9d8cec92b2d9d4293a3cbb6b2d2696537fc | |
parent | 571c47ab98ad8c85e44b28f2f0c41b0e27312a9b [diff] |
crypto: aes-generic - unexport last-round AES tables The versions of the AES lookup tables that are only used during the last round are never used outside of the driver, so there is no need to export their symbols. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>