summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arc4random/arc4random_aix.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tighten behavior of _rs_allocate failure for portable arc4random ↵bcook2016-06-301-1/+2
| | | | | | | | | | implementations. In the event of a failure in _rs_allocate for rsx, we still have a reference to freed memory for rs on return. Not a huge deal since we subsequently abort in _rs_init, but it looks strange on its own. ok deraadt@
* add initial AIX getentropy/arc4random files. Thanks to Michael Felt.bcook2015-03-301-0/+80