aboutsummaryrefslogtreecommitdiff
path: root/crypto/random-platform.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-22crypto: Change the qcrypto_random_bytes buffer type to void*Richard Henderson1-2/+2
2019-05-22crypto: Use getrandom for qcrypto_random_bytesRichard Henderson1-5/+32
2019-05-22crypto: Use O_CLOEXEC in qcrypto_random_initRichard Henderson1-2/+2
2019-05-22crypto: Do not fail for EINTR during qcrypto_random_bytesRichard Henderson1-21/+15
2019-05-22crypto: Reverse code blocks in random-platform.cRichard Henderson1-18/+17
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2017-05-16fix mingw build failureGerd Hoffmann1-1/+1
2017-05-09crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libsGeert Martin Ijewski1-8/+37
2016-07-21crypto: use /dev/[u]random as a final fallback random sourceDaniel P. Berrange1-0/+64