summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arc4random/getentropy_hpux.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* As done everywhere else, use a local version of MINIMUM() and avoidderaadt2020-05-171-4/+4
| | | | conflict against a potential define min() from some other scope.
* 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-2/+2
|
* mix in more virtual memory and process informationbcook2015-01-071-2/+4
|
* add initial HP-UX getentropy/arc4random support.bcook2015-01-061-0/+417
patch from Kinichiro Inoguchi, tested on HP-UX 11.31 ok deraadt@