summaryrefslogtreecommitdiffstats
path: root/LICENSES
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2018-07-13 16:12:32 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2018-07-20 13:47:42 +0800
commit46d8c4b28652d35dc6cfb5adf7f54e102fc04384 (patch)
tree3c1d6b4111feb002b39f27cea7039a9d8090ffb0 /LICENSES
parent2546da99212f22034aecf279da9c47cbfac6c981 (diff)
downloadblackbird-obmc-linux-46d8c4b28652d35dc6cfb5adf7f54e102fc04384.tar.gz
blackbird-obmc-linux-46d8c4b28652d35dc6cfb5adf7f54e102fc04384.zip
crypto: padlock-aes - Fix Nano workaround data corruption
This was detected by the self-test thanks to Ard's chunking patch. I finally got around to testing this out on my ancient Via box. It turns out that the workaround got the assembly wrong and we end up doing count + initial cycles of the loop instead of just count. This obviously causes corruption, either by overwriting the source that is yet to be processed, or writing over the end of the buffer. On CPUs that don't require the workaround only ECB is affected. On Nano CPUs both ECB and CBC are affected. This patch fixes it by doing the subtraction prior to the assembly. Fixes: a76c1c23d0c3 ("crypto: padlock-aes - work around Nano CPU...") Cc: <stable@vger.kernel.org> Reported-by: Jamie Heilman <jamie@audible.transient.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'LICENSES')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud