linux/drivers/crypto/inside-secure
Antoine Tenart 25bc955103 crypto: inside-secure - improve the counter computation
A counter is given to the engine when finishing hash computation. It
currently uses the blocksize while it counts the number of 64 bytes
blocks given to the engine. This works well for all algorithms so far,
as SHA1, SHA224 and SHA256 all have a blocksize of 64 bytes, but others
algorithms such as SHA512 wouldn't work.

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-06-22 23:03:00 +08:00
..
Makefile
safexcel_cipher.c crypto: inside-secure - use the error handler for invalidation requests 2018-06-22 23:03:00 +08:00
safexcel_hash.c crypto: inside-secure - improve the counter computation 2018-06-22 23:03:00 +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 - increase minimum transfer size 2018-06-22 23:02:58 +08:00
safexcel.h crypto: inside-secure - improve the counter computation 2018-06-22 23:03:00 +08:00