diff options
author | Antoine Ténart <antoine.tenart@free-electrons.com> | 2017-07-19 11:02:30 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-08-03 13:36:10 +0800 |
commit | 42ef3bedf30020a3b5298c2b918ccd7b6e1794d3 (patch) | |
tree | 043256e1caac59b79405da1fdaf05064039bb2ab /drivers/crypto/talitos.h | |
parent | 41cdf7a45389e01991ee31e3301ed83cb3e3f7dc (diff) | |
download | linux-42ef3bedf30020a3b5298c2b918ccd7b6e1794d3.tar.bz2 |
crypto: inside-secure - fix invalidation check in hmac_sha1_setkey
The safexcel_hmac_sha1_setkey function checks if an invalidation command
should be issued, i.e. when the context ipad/opad change. This checks is
done after filling the ipad/opad which and it can't be true. The patch
fixes this by moving the check before the ipad/opad memcpy operations.
Fixes: 1b44c5a60c13 ("crypto: inside-secure - add SafeXcel EIP197 crypto engine driver")
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/talitos.h')
0 files changed, 0 insertions, 0 deletions