aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/entropy/entropy_srcs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add OS::running_in_privileged_stateJack Lloyd2018-09-271-1/+2
* Remove Darwin SecRandomCopyBytesJack Lloyd2018-09-041-11/+0
* Use a better name for the entropy source that reads the system RNGJack Lloyd2017-12-231-1/+1
* Avoid uninitialized param warningJack Lloyd2017-12-231-0/+1
* Use RAII, avoid explicit deleteJack Lloyd2017-09-221-13/+3
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* Refactor RNGs to support Windows PhoneJack Lloyd2017-09-021-24/+45
* Use getentropy(2) as random source.Alexander Bluhm2017-03-291-0/+11
* removed two more obsolete entropy source referencesDaniel Neus2017-01-061-14/+0
* Remove obsolete hres_timer includeDaniel Neus2017-01-061-4/+0
* Compile fixJack Lloyd2016-11-031-1/+1
* Remove unused values from build.hJack Lloyd2016-11-031-1/+3
* Remove HMAC_RNG, X9.31-RNG, BeOS stats, EGD reader, Unix process runnerJack Lloyd2016-10-281-28/+0
* The implicit constructor does not specify a provider.slaviber2016-10-071-1/+1
* Fix entropy source selection logic on WindowsJack Lloyd2016-10-041-1/+2
* Revamp entropy pollingJack Lloyd2016-07-171-16/+10
* Move poll logic to Entropy_SourcesJack Lloyd2016-07-171-1/+18
* add support for Intel RdSeedDaniel Neus2015-12-181-0/+11
* New reseed_with_sources call on RNGsJack Lloyd2015-11-241-40/+104
* Add the Darwin_SecRandom entropy sourceDaniel Seither2015-09-251-0/+8
* Remove the shared IO buffer from EntropySource_Accumulator.lloyd2015-03-181-6/+4
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-0/+126