libcryfs/random
2015-11-27 14:05:30 +01:00
..
OSRandomGenerator.cpp Refactor random library 2015-10-22 17:36:03 +02:00
OSRandomGenerator.h Make classes final if they're not meant to be derived from 2015-11-27 14:05:30 +01:00
PseudoRandomPool.cpp Refactor random library 2015-10-22 17:36:03 +02:00
PseudoRandomPool.h Allow calling RandomGenerator::get() on child classes (failed due to overridden overload) 2015-10-23 20:21:17 +02:00
Random.cpp Refactor random library 2015-10-22 17:36:03 +02:00
Random.h Make classes final if they're not meant to be derived from 2015-11-27 14:05:30 +01:00
RandomDataBuffer.cpp Added new random pool library and FixedSizeData:CreatePseudoRandom() uses it. This generates pseudorandom data in another thread and keeps a pool instead of calling the pseudorandom algorithm each time. Since that algorithm needs to be mutexed, that caused quite a lot of locking before 2015-10-16 02:46:17 +02:00
RandomDataBuffer.h Make classes final if they're not meant to be derived from 2015-11-27 14:05:30 +01:00
RandomGenerator.cpp Refactor random library 2015-10-22 17:36:03 +02:00
RandomGenerator.h Make classes final if they're not meant to be derived from 2015-11-27 14:05:30 +01:00
RandomGeneratorThread.cpp Allow terminating LoopThreads from within 2015-11-12 13:07:20 -08:00
RandomGeneratorThread.h Make classes final if they're not meant to be derived from 2015-11-27 14:05:30 +01:00
ThreadsafeRandomDataBuffer.h Make classes final if they're not meant to be derived from 2015-11-27 14:05:30 +01:00