Searched refs:RandomPool (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drandpool.h12 class CRYPTOPP_DLL RandomPool : public RandomNumberGenerator, public NotCopyable class in inherits:RandomNumberGenerator,NotCopyable
15 RandomPool();
H A Drandpool.cpp2 // RandomPool used to follow the design of randpool in PGP 2.6.x,
19 RandomPool::RandomPool() function in class:RandomPool
24 void RandomPool::IncorporateEntropy(const byte *input, size_t length)
33 void RandomPool::GenerateIntoBufferedTransformation(BufferedTransformation &target, const std::string &channel, lword size)
H A Dosrng.h84 class CRYPTOPP_DLL AutoSeededRandomPool : public RandomPool
H A Dbench2.cpp289 RandomPool rng; // not seeded
309 RandomPool rng; // not seeded
H A Dtest.cpp390 RandomPool randPool;
409 RandomPool randPool;
544 RandomPool rng;
H A Dgf2n.cpp561 RandomPool rng;

Completed in 45 milliseconds