dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/s390/crypto
Jan Glauber 1b27829489 [S390] Support for s390 Pseudo Random Number Generator
Starting with the z9 the CPU Cryptographic Assist Facility comes with
an integrated Pseudo Random Number Generator. The generator creates
random numbers by an algorithm similar to the ANSI X9.17 standard.
The pseudo-random numbers can be accessed via a character device driver
node called /dev/prandom. Similar to /dev/urandom any amount of bytes
can be read from the device without blocking.

Signed-off-by: Jan Glauber <jan.glauber@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2007-02-05 21:18:22 +01:00
..
Kconfig [S390] move crypto options and some cleanup. 2007-02-05 21:18:14 +01:00
Makefile [S390] Support for s390 Pseudo Random Number Generator 2007-02-05 21:18:22 +01:00
aes_s390.c [S390] move crypto options and some cleanup. 2007-02-05 21:18:14 +01:00
crypt_s390.h [S390] Support for s390 Pseudo Random Number Generator 2007-02-05 21:18:22 +01:00
crypto_des.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
des_check_key.c [S390] move crypto options and some cleanup. 2007-02-05 21:18:14 +01:00
des_s390.c [S390] move crypto options and some cleanup. 2007-02-05 21:18:14 +01:00
prng.c [S390] Support for s390 Pseudo Random Number Generator 2007-02-05 21:18:22 +01:00
sha1_s390.c [S390] move crypto options and some cleanup. 2007-02-05 21:18:14 +01:00
sha256_s390.c [S390] move crypto options and some cleanup. 2007-02-05 21:18:14 +01:00