crypto: qce - Set ivsize to 0 for ecb(aes)
authorThara Gopinath <thara.gopinath@linaro.org>
Thu, 11 Feb 2021 20:01:24 +0000 (15:01 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 7 Mar 2021 04:13:16 +0000 (15:13 +1100)
commit02d0dae3ce2adb5549c7f6c6e714181ed6ee100d
treeb763c57dc0c93dbdd7af95932c9fafa9965455bb
parent44b45cdea4e3d31a3be14fd7e2b8e1584b3e670c
crypto: qce - Set ivsize to 0 for ecb(aes)

ECB transformations do not have an IV and hence set the ivsize to 0 for
ecb(aes).

Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/qce/skcipher.c