Searched refs:RandomNumberSource (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfilters.h798 class CRYPTOPP_DLL RandomNumberSource : public SourceTemplate<RandomNumberStore> class in inherits:SourceTemplate
801 RandomNumberSource(RandomNumberGenerator &rng, int length, bool pumpAll, BufferedTransformation *attachment = NULL) function in class:RandomNumberSource
H A Dvalidat1.cpp279 RandomNumberSource test(*rng, UINT_MAX, false, new Deflator(sink=new ArraySink(NULL,0)));
357 RandomNumberSource test(*rng, 100000, true, new Deflator(sink=new ArraySink(NULL, 0)));

Completed in 76 milliseconds