Searched refs:SmallDivisorsTest (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnbtheory.h27 CRYPTOPP_DLL bool CRYPTOPP_API SmallDivisorsTest(const Integer &p);
H A Dnbtheory.cpp89 bool SmallDivisorsTest(const Integer &p) function
242 return SmallDivisorsTest(p);
244 return SmallDivisorsTest(p) && IsStrongProbablePrime(p, 3) && IsStrongLucasProbablePrime(p);
1055 assert(IsSmallPrime(p) || SmallDivisorsTest(p));
1057 assert(IsSmallPrime(q) || SmallDivisorsTest(q));

Completed in 41 milliseconds