diff options
author | Peter Harliman Liem <pliem@maxlinear.com> | 2022-09-13 11:03:48 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2022-09-24 11:14:43 +0300 |
commit | 320406cb60b6408d87f6a5bc729285fc44107352 (patch) | |
tree | d69e745c0887151fa1451fba26dfe36aee1ae6c7 /drivers/crypto/geode-aes.h | |
parent | 49186a7d9e46ff132a0ed9b721ad6b6a58dba6c1 (diff) | |
download | linux-320406cb60b6408d87f6a5bc729285fc44107352.tar.xz |
crypto: inside-secure - Replace generic aes with libaes
Commit 363a90c2d517 ("crypto: safexcel/aes - switch to
library version of key expansion routine") removed
CRYPTO_AES in the config. However, some portions of codes
still rely on generic AES cipher (e.g. refer to
safexcel_aead_gcm_cra_init(), safexcel_xcbcmac_cra_init()).
This causes transform allocation failure for those algos,
if CRYPTO_AES is not manually enabled.
To resolve that, we replace all existing AES cipher
dependent codes with their AES library counterpart.
Fixes: 363a90c2d517 ("crypto: safexcel/aes - switch to library version of key expansion routine")
Signed-off-by: Peter Harliman Liem <pliem@maxlinear.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/geode-aes.h')
0 files changed, 0 insertions, 0 deletions