Searched refs:X917RNG (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drng.h34 class CRYPTOPP_DLL X917RNG : public RandomNumberGenerator, public NotCopyable class in inherits:RandomNumberGenerator,NotCopyable
38 X917RNG(BlockTransformation *cipher, const byte *seed, const byte *deterministicTimeVector = 0);
H A Drng.cpp61 X917RNG::X917RNG(BlockTransformation *c, const byte *seed, const byte *deterministicTimeVector) function in class:X917RNG
83 void X917RNG::GenerateIntoBufferedTransformation(BufferedTransformation &target, const std::string &channel, lword size)
108 throw SelfTestFailure("X917RNG: Continuous random number generator test failed.");
H A Dosrng.h116 m_rng.reset(new X917RNG(new typename BLOCK_CIPHER::Encryption(key, keylength), seed, timeVector));
H A Dfipsalgt.cpp753 X917RNG rng(new DES_EDE3::Encryption(key, key.size()), seed, dt);

Completed in 56 milliseconds