kernel-hacking-2024-linux-s.../arch/s390/crypto
Daniel Borkmann fed286110f crypto: arch - use crypto_memneq instead of memcmp
Replace remaining occurences (just as we did in crypto/) under arch/*/crypto/
that make use of memcmp() for comparing keys or authentication tags for
usage with crypto_memneq(). It can simply be used as a drop-in replacement
for the normal memcmp().

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Cc: James Yonan <james@openvpn.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2013-12-20 20:06:24 +08:00
..
aes_s390.c crypto: s390 - Fix aes-xts parameter corruption 2013-11-28 22:25:16 +08:00
crypt_s390.h
des_s390.c crypto: arch - use crypto_memneq instead of memcmp 2013-12-20 20:06:24 +08:00
ghash_s390.c
Makefile
prng.c
sha.h
sha1_s390.c
sha256_s390.c
sha512_s390.c
sha_common.c