linux/arch/s390/crypto
Martin Schwidefsky ed961581a7 [S390] prng: fix pointer arithmetic
The git commit c708c57e24 fixed the
access beyond the end of the stack in prng_seed but the pointer
arithmetic is still incorrect. The calculation has been off by
a factor of 64, now it is only off by a factor of 8. prng_seed
is called with a maximum of 16 for nbytes, small enough that
the incorrect calculation stays insides the limits of the stack.
Place parentheses for correct pointer arithmetic.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2011-04-27 09:34:45 +02:00
..
aes_s390.c
crypt_s390.h
crypto_des.h
des_check_key.c
des_s390.c
Makefile
prng.c [S390] prng: fix pointer arithmetic 2011-04-27 09:34:45 +02:00
sha.h
sha1_s390.c
sha256_s390.c
sha512_s390.c
sha_common.c