summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGilad Ben-Yossef <gilad@benyossef.com>2019-04-18 16:38:44 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2019-04-25 10:38:13 +0300
commit6f17e00f77d8ab2a8ce1f41848181a88108ed6c7 (patch)
tree283517d625c83643a459773d6abb5e02db4d14b8 /tools
parent533edf9f93e84cabeae7c1acc8b3816c79f6f35a (diff)
downloadlinux-6f17e00f77d8ab2a8ce1f41848181a88108ed6c7.tar.xz
crypto: ccree - read next IV from HW
We were computing the next IV in software instead of reading it from HW on the premise that this can be quicker due to the small size of IVs but this proved to be much more hassle and bug ridden than expected. Move to reading the next IV as computed by the HW. This fixes a number of issue with next IV being wrong for OFB, CTS-CBC and probably most of the other ciphers as well. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions