summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arc4random/getentropy_aix.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Saw a mention somewhere a while back that the gotdata() function inderaadt2018-11-201-28/+5
| | | | | | | | here could creates non-uniformity since very short fetches of 0 would be excluded. blocks of 0 are just as random as any other data, including blocks of 4 4 4.. This is a misguided attempt to identify errors from the entropy churn/gather code doesn't make sense, errors don't happen. ok bcook
* Update the link for the getentropy(2) manual to man.openbsd.org/tb2016-08-071-2/+2
| | | | ok deraadt@
* unify files furtherderaadt2015-09-111-8/+8
|
* unify versions, so they are easier to diff.deraadt2015-08-251-3/+3
|
* Support AIX versions without WPAR support.bcook2015-04-271-1/+5
| | | | From Michael Felt.
* add initial AIX getentropy/arc4random files. Thanks to Michael Felt.bcook2015-03-301-0/+421