Searched refs:deterministicTimeVector (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drng.cpp61 X917RNG::X917RNG(BlockTransformation *c, const byte *seed, const byte *deterministicTimeVector) argument
67 m_deterministicTimeVector(deterministicTimeVector, deterministicTimeVector ? S : 0)
69 if (!deterministicTimeVector)
H A Drng.h37 // cipher will be deleted by destructor, deterministicTimeVector = 0 means obtain time vector from system
38 X917RNG(BlockTransformation *cipher, const byte *seed, const byte *deterministicTimeVector = 0);
H A Dfipstest.cpp62 const char *deterministicTimeVector,
70 StringSource(deterministicTimeVector, true, new HexDecoder(new StringSink(decodedDeterministicTimeVector)));
59 X917RNG_KnownAnswerTest( const char *key, const char *seed, const char *deterministicTimeVector, const char *output, CIPHER *dummy = NULL) argument

Completed in 117 milliseconds