commit | c4624488665fff8edddb00ed0fd00ea4c985d591 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Mon Aug 19 17:22:26 2019 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Aug 30 18:05:28 2019 +1000 |
tree | f4c3ee2258a48d35248da8445356211dd8152c2f | |
parent | 84a0b00aa486c0ab0216771c5cb988e2277b7498 [diff] |
crypto: s5p - use correct block size of 1 for ctr(aes) Align the s5p ctr(aes) implementation with other implementations of the same mode, by setting the block size to 1. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Kamil Konieczny <k.konieczny@partner.samsung.com> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>