Star64_linux/drivers/crypto/inside-secure
Herbert Xu 78cf1c8bfc crypto: inside-secure - Move ipad/opad into safexcel_context
As both safexcel_ahash_ctx and safexcel_cipher_ctx contain ipad
and opad buffers this patch moves them into the common struct
safexcel_context.  It also adds a union so that they can be accessed
in the appropriate endian without crazy casts.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2020-09-25 17:48:13 +10:00
..
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
safexcel.c crypto: inside-secure - Add support for EIP197 with output classifier 2020-09-18 17:20:12 +10:00
safexcel.h crypto: inside-secure - Move ipad/opad into safexcel_context 2020-09-25 17:48:13 +10:00
safexcel_cipher.c crypto: inside-secure - Move ipad/opad into safexcel_context 2020-09-25 17:48:13 +10:00
safexcel_hash.c crypto: inside-secure - Move ipad/opad into safexcel_context 2020-09-25 17:48:13 +10:00
safexcel_ring.c crypto: inside-secure - Prevent missing of processing errors 2020-09-18 17:20:10 +10:00