]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: qce - fix ctr-aes-qce block, chunk sizes
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Fri, 20 Dec 2019 19:02:13 +0000 (16:02 -0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Dec 2019 10:18:04 +0000 (18:18 +0800)
commit866c511f25de2fa65b5625582c4c5c0cccb29c78
treea843e7c50fc8fb65eb51163d1874ae3651a5878d
parent7332c45d65722a48a9baa19534c42cd0f36e92f3
crypto: qce - fix ctr-aes-qce block, chunk sizes

Set blocksize of ctr-aes-qce to 1, so it can operate as a stream cipher,
adding the definition for chucksize instead, where the underlying block
size belongs.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/qce/skcipher.c