commit | 4ff8b1dd814ba4c2dc4a8ce3cf77274e01bd1c93 | [log] [tgz] |
---|---|---|
author | Jinbum Park <jinb.park7@gmail.com> | Mon Feb 12 22:52:37 2018 +0900 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Feb 22 22:16:19 2018 +0800 |
tree | abb324f05143909412f0e872a222c8a219e78005 | |
parent | 7c73cf4cc2ac16465f5102437dc0a12d66671bd6 [diff] |
crypto: arm/aes-cipher - move S-box to .rodata section Move the AES inverse S-box to the .rodata section where it is safe from abuse by speculation. Signed-off-by: Jinbum Park <jinb.park7@gmail.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>