linux_dsm_epyc7002/arch/s390/crypto
Harald Freudenberger bef9f0ba30 s390/crypto: fix gcm-aes-s390 selftest failures
The current kernel uses improved crypto selftests. These
tests showed that the current implementation of gcm-aes-s390
is not able to deal with chunks of output buffers which are
not a multiple of 16 bytes. This patch introduces a rework
of the gcm aes s390 scatter walk handling which now is able
to handle any input and output scatter list chunk sizes
correctly.

Code has been verified by the crypto selftests, the tcrypt
kernel module and additional tests ran via the af_alg interface.

Cc: <stable@vger.kernel.org>
Reported-by: Julian Wiedmann <jwi@linux.ibm.com>
Reviewed-by: Patrick Steuer <steuer@linux.ibm.com>
Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
2019-05-28 14:49:50 +02:00
..
aes_s390.c s390/crypto: fix gcm-aes-s390 selftest failures 2019-05-28 14:49:50 +02:00
arch_random.c
crc32-vx.c
crc32be-vx.S s390: add missing ENDPROC statements to assembler functions 2019-05-02 13:54:11 +02:00
crc32le-vx.S s390: add missing ENDPROC statements to assembler functions 2019-05-02 13:54:11 +02:00
des_s390.c
ghash_s390.c
Makefile
paes_s390.c
prng.c s390/crypto: use TRNG for seeding/reseeding 2019-04-25 15:34:09 +02:00
sha1_s390.c
sha256_s390.c
sha512_s390.c
sha_common.c
sha.h