NetBSD/sys/opencrypto
tls f27d6532f5 Remove arc4random() and arc4randbytes() from the kernel API. Replace
arc4random() hacks in rump with stubs that call the host arc4random() to
get numbers that are hopefully actually random (arc4random() keyed with
stack junk is not).  This should fix some of the currently failing anita
tests -- we should no longer generate duplicate "random" MAC addresses in
the test environment.
2011-11-28 08:05:05 +00:00
..
aesxcbcmac.c
aesxcbcmac.h
criov.c
crypto.c
cryptodev_internal.h
cryptodev.c Fix memset usage. 2011-07-04 16:06:17 +00:00
cryptodev.h
cryptosoft_xform.c Remove arc4random() and arc4randbytes() from the kernel API. Replace 2011-11-28 08:05:05 +00:00
cryptosoft.c Remove arc4random() and arc4randbytes() from the kernel API. Replace 2011-11-28 08:05:05 +00:00
cryptosoft.h
deflate.c avoid some uninitialised warning issues GCC 4.5 complains about. 2011-07-03 01:01:06 +00:00
deflate.h
files.opencrypto First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
gmac.c
gmac.h
Makefile
ocryptodev.c
ocryptodev.h
xform.c
xform.h