summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/arc4random.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set j = i after arc4random key schedule to be more like arc4 stream cipher;deraadt1999-09-281-1/+2
* if /dev/arandom is not available for seeding, use data from sysctlprovos1999-06-291-5/+22
* $OpenBSD$niklas1998-03-221-1/+1
* Clean up some -Wall flowers.millert1997-07-091-2/+3
* arc4random() number generator, for use with things like RPC xid's.dm1996-12-281-0/+175