Searched refs:IncorporateEntropy (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drandpool.h11 pseudorandom bytes after seeding the pool with IncorporateEntropy() */
18 void IncorporateEntropy(const byte *input, size_t length);
22 void Put(const byte *input, size_t length) {IncorporateEntropy(input, length);}
H A Drandpool.cpp24 void RandomPool::IncorporateEntropy(const byte *input, size_t length) function in class:RandomPool
H A Dosrng.cpp164 IncorporateEntropy(seed, seedSize);
H A Dosrng.h106 void IncorporateEntropy(const byte *input, size_t length) {Reseed(false, input, length);} function in class:AutoSeededX917RNG
H A Dtest.cpp391 randPool.IncorporateEntropy((byte *)seed, strlen(seed));
410 randPool.IncorporateEntropy((byte *)seed, strlen(seed));
545 rng.IncorporateEntropy((byte *)seed, strlen(seed));
H A Dcryptlib.h684 virtual void IncorporateEntropy(const byte *input, size_t length) {throw NotImplemented("RandomNumberGenerator: IncorporateEntropy not implemented");} function in class:RandomNumberGenerator
686 //! returns true if IncorporateEntropy is implemented
H A Dfilters.cpp506 m_rng->IncorporateEntropy(begin, length);
H A Dpubkey.h1039 rng.IncorporateEntropy(representative, representative.size());

Completed in 130 milliseconds