commit | 0ae1f46c55f87e864c14fc46bd6cf0496fd391d7 | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe.montjoie@gmail.com> | Thu Apr 18 10:17:35 2019 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 25 15:38:13 2019 +0800 |
tree | 969ba1113875e676dcd37eb20fa8158d041529b8 | |
parent | f87391558acf816b48f325a493d81d45dec40da0 [diff] |
crypto: sun4i-ss - fallback when length is not multiple of blocksize sun4i-ss does not handle requests when length are not a multiple of blocksize. This patch adds a fallback for that case. Fixes: 6298e948215f ("crypto: sunxi-ss - Add Allwinner Security System crypto accelerator") Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>