Searched refs:AlgorithmParameters (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dalgparam.cpp48 AlgorithmParameters::AlgorithmParameters() function in class:AlgorithmParameters
53 AlgorithmParameters::AlgorithmParameters(const AlgorithmParameters &x) function in class:AlgorithmParameters
56 m_next.reset(const_cast<AlgorithmParameters &>(x).m_next.release());
59 AlgorithmParameters & AlgorithmParameters::operator=(const AlgorithmParameters &x)
61 m_next.reset(const_cast<AlgorithmParameters
[all...]
H A Dalgparam.h289 friend class AlgorithmParameters;
333 class CRYPTOPP_DLL AlgorithmParameters : public NameValuePairs class in inherits:NameValuePairs
336 AlgorithmParameters();
340 AlgorithmParameters(const char *name, const T &value, bool throwIfNotUsed=true) function in class:AlgorithmParameters
347 AlgorithmParameters(const AlgorithmParameters &x);
349 AlgorithmParameters & operator=(const AlgorithmParameters &x);
352 AlgorithmParameters & operator()(const char *name, const T &value, bool throwIfNotUsed)
362 AlgorithmParameters
[all...]
H A Dnbtheory.h59 CRYPTOPP_DLL AlgorithmParameters CRYPTOPP_API MakeParametersForTwoPrimesOfEqualSize(unsigned int productBitLength);
H A Design.cpp97 AlgorithmParameters primeParam = MakeParameters("Min", minP)("Max", maxP)("RandomNumberType", Integer::PRIME);
H A Dluc.cpp121 AlgorithmParameters primeParam = MakeParametersForTwoPrimesOfEqualSize(modulusSize)
H A Drabin.cpp87 AlgorithmParameters primeParam = MakeParametersForTwoPrimesOfEqualSize(modulusSize)
H A Drw.cpp96 AlgorithmParameters primeParam = MakeParametersForTwoPrimesOfEqualSize(modulusSize);
H A Drsa.cpp118 AlgorithmParameters primeParam = MakeParametersForTwoPrimesOfEqualSize(modulusSize)
H A Dnbtheory.cpp265 AlgorithmParameters MakeParametersForTwoPrimesOfEqualSize(unsigned int productBitLength)

Completed in 81 milliseconds