linux/drivers/crypto/inside-secure
Pascal van Leeuwen 31fb084c4e crypto: inside-secure -reduce hash byte counters to 64 bits
This patch recognises the fact that the hardware cannot ever process more
than 2,199,023,386,111 bytes of hash or HMAC payload, so there is no point
in maintaining 128 bit wide byte counters, 64 bits is more than sufficient

Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-07-26 22:08:01 +10:00
..
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
safexcel_cipher.c crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes))) suites 2019-07-26 22:08:01 +10:00
safexcel_hash.c crypto: inside-secure -reduce hash byte counters to 64 bits 2019-07-26 22:08:01 +10:00
safexcel_ring.c crypto: inside-secure - enable context reuse 2019-06-06 14:38:56 +08:00
safexcel.c crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes))) suites 2019-07-26 22:08:01 +10:00
safexcel.h crypto: inside-secure -reduce hash byte counters to 64 bits 2019-07-26 22:08:01 +10:00