Searched refs:PrimeSelector (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnbtheory.h46 class CRYPTOPP_DLL PrimeSelector class
49 const PrimeSelector *GetSelectorPointer() const {return this;}
55 CRYPTOPP_DLL bool CRYPTOPP_API FirstPrime(Integer &p, const Integer &max, const Integer &equiv, const Integer &mod, const PrimeSelector *pSelector);
H A Dluc.cpp96 class LUCPrimeSelector : public PrimeSelector
H A Drsa.cpp96 class RSAPrimeSelector : public PrimeSelector
H A Dnbtheory.cpp379 bool FirstPrime(Integer &p, const Integer &max, const Integer &equiv, const Integer &mod, const PrimeSelector *pSelector)
H A Dinteger.cpp3324 const PrimeSelector *pSelector = params.GetValueWithDefault(Name::PointerToPrimeSelector(), (const PrimeSelector *)NULL);

Completed in 75 milliseconds