commit | 20b04c02bcb2d1e6a642bbe9e759157bb198499e | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Wed Jan 10 12:11:42 2018 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jan 18 23:00:33 2018 +1100 |
tree | 0898dcc1f5d75c217186c0abf7360d9ea570869e | |
parent | 17a0607019d56e136173600372a371c28a6c0076 [diff] |
crypto: arm64/sha1-ce - get rid of literal pool Load the four SHA-1 round constants using immediates rather than literal pool entries, to avoid having executable data that may be exploitable under speculation attacks. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>