summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ixp4xx_crypto.c
diff options
context:
space:
mode:
authorAntoine Ténart <antoine.tenart@free-electrons.com>2017-07-19 11:02:31 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2017-08-03 13:36:11 +0800
commit60c4081ec4195389f4fa1fce83eaad5e4b948748 (patch)
treee928ee8634db963aa28ca48b3fa8f67101437b34 /drivers/crypto/ixp4xx_crypto.c
parent42ef3bedf30020a3b5298c2b918ccd7b6e1794d3 (diff)
downloadlinux-stable-60c4081ec4195389f4fa1fce83eaad5e4b948748.tar.gz
linux-stable-60c4081ec4195389f4fa1fce83eaad5e4b948748.tar.bz2
linux-stable-60c4081ec4195389f4fa1fce83eaad5e4b948748.zip
crypto: inside-secure - fix the sha state length in hmac_sha1_setkey
A check is performed on the ipad/opad in the safexcel_hmac_sha1_setkey function, but the index used by the loop doing it is wrong. It is currently the size of the state array while it should be the size of a sha1 state. This patch fixes it. Fixes: 1b44c5a60c13 ("crypto: inside-secure - add SafeXcel EIP197 crypto engine driver") Reported-by: Dan Carpenter <dan.carpenter@oracle.com> 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/ixp4xx_crypto.c')
0 files changed, 0 insertions, 0 deletions