summaryrefslogtreecommitdiffstats
path: root/crypto/random-platform.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: Fix LGPL information in the file headersThomas Huth2019-07-191-1/+1
* crypto: Change the qcrypto_random_bytes buffer type to void*Richard Henderson2019-05-221-2/+2
* crypto: Use getrandom for qcrypto_random_bytesRichard Henderson2019-05-221-5/+32
* crypto: Use O_CLOEXEC in qcrypto_random_initRichard Henderson2019-05-221-2/+2
* crypto: Do not fail for EINTR during qcrypto_random_bytesRichard Henderson2019-05-221-21/+15Star
* crypto: Reverse code blocks in random-platform.cRichard Henderson2019-05-221-18/+17Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* fix mingw build failureGerd Hoffmann2017-05-161-1/+1
* crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libsGeert Martin Ijewski2017-05-091-8/+37
* crypto: use /dev/[u]random as a final fallback random sourceDaniel P. Berrange2016-07-211-0/+64