linux/drivers/crypto/inside-secure
Antoine Tenart 4505bb02ec crypto: inside-secure - the context ipad/opad should use the state sz
This patches uses the state size of the algorithms instead of their
digest size to copy the ipad and opad in the context. This doesn't fix
anything as the state and digest size are the same for many algorithms,
and for all the hmac currently supported by this driver. However
hmac(sha224) use the sha224 hash function which has a different digest
and state size. This commit prepares the addition of such algorithms.

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-03-31 01:32:47 +08:00
..
Makefile
safexcel_cipher.c crypto: inside-secure - improve the skcipher token 2018-03-31 01:32:46 +08:00
safexcel_hash.c crypto: inside-secure - the context ipad/opad should use the state sz 2018-03-31 01:32:47 +08:00
safexcel_ring.c crypto: inside-secure - use the base_end pointer in ring rollback 2017-06-20 11:21:48 +08:00
safexcel.c crypto: inside-secure - fix a typo in a register name 2018-03-31 01:32:44 +08:00
safexcel.h crypto: inside-secure - fix a typo in a register name 2018-03-31 01:32:44 +08:00