commit | 8ceda883205db6dfedb82e39f67feae3b50c95a1 | [log] [tgz] |
---|---|---|
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | Fri Dec 20 16:02:17 2019 -0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Dec 27 18:18:04 2019 +0800 |
tree | 21e8e43ab4c9e34a50fb0081869309cb97ab80c3 | |
parent | 3e806a12d10af2581aa26c37b58439286eab9782 [diff] |
crypto: qce - initialize fallback only for AES Adjust cra_flags to add CRYPTO_NEED_FALLBACK only for AES ciphers, where AES-192 is not handled by the qce hardware, and don't allocate & free the fallback skcipher for other algorithms. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>