commit | f3c400ef473e00c680ea713a66196b05870b3710 | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mpatocka@redhat.com> | Fri Jul 25 19:42:30 2014 -0400 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jul 28 22:01:03 2014 +0800 |
tree | 8ea3fa84ff78263bf88e8c9556d6b1dde1ec983e | |
parent | f960d2093f29f0bc4e1df1fcefb993455620c0b5 [diff] |
crypto: arm-aes - fix encryption of unaligned data Fix the same alignment bug as in arm64 - we need to pass residue unprocessed bytes as the last argument to blkcipher_walk_done. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Cc: stable@vger.kernel.org # 3.13+ Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>