commit | da3e7a9715ea041299a9e1eae1e73405b110a333 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Jul 02 21:41:42 2019 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 26 14:58:12 2019 +1000 |
tree | 58c8a48ffc73b76dcc7b0101df146c048f6c9e3e | |
parent | 28a220aac596ff37b564b2d6dd6a9b7e2be29217 [diff] |
crypto: amcc - switch to AES library for GCM key derivation The AMCC code for GCM key derivation allocates a AES cipher to perform a single block encryption. So let's switch to the new and more lightweight AES library instead. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>