diff options
author | Christoph Manszewski <c.manszewski@samsung.com> | 2018-09-17 17:09:30 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-09-28 12:46:06 +0800 |
commit | cdf640a69f44d2a728da85a9c65b4e99c56047a9 (patch) | |
tree | 49ffc723f740631c671e1834f2e70c70773a8e95 /samples/kprobes | |
parent | b1b4416ffd42c234762a8ab78ebffbf08e2de523 (diff) | |
download | linux-stable-cdf640a69f44d2a728da85a9c65b4e99c56047a9.tar.gz linux-stable-cdf640a69f44d2a728da85a9c65b4e99c56047a9.tar.bz2 linux-stable-cdf640a69f44d2a728da85a9c65b4e99c56047a9.zip |
crypto: s5p-sss: Add aes-ctr support
Add support for aes counter(ctr) block cipher mode of operation for
Exynos Hardware. In contrast to ecb and cbc modes, aes-ctr allows
encyption/decryption for request sizes not being a multiple of 16(bytes).
Hardware requires block sizes being a multiple of 16(bytes). In order to
achieve this, copy request source and destination memory, and align it's size
to 16. That way hardware processes additional bytes, that are omitted
when copying the result back to its original destination.
Tested on Odroid-U3 with Exynos 4412 CPU, kernel 4.19-rc2 with crypto
run-time self test testmgr.
Signed-off-by: Christoph Manszewski <c.manszewski@samsung.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Kamil Konieczny <k.konieczny@partner.samsung.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'samples/kprobes')
0 files changed, 0 insertions, 0 deletions