]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: inside-secure - fix the sha state length in hmac_sha1_setkey
authorAntoine Ténart <antoine.tenart@free-electrons.com>
Wed, 19 Jul 2017 09:02:31 +0000 (11:02 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 3 Aug 2017 05:36:11 +0000 (13:36 +0800)
commit2df529fc9e02ba540edd977180896b35ddc74b1c
treee928ee8634db963aa28ca48b3fa8f67101437b34
parentece95c6c779af85feb7aab513092dd9330b2248f
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: 93692bb1edc7 ("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>
drivers/crypto/inside-secure/safexcel_hash.c