Searched refs:RelativelyPrime (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 Dluc.cpp102 return RelativelyPrime(m_e, candidate+1) && RelativelyPrime(m_e, candidate-1);
181 pass = pass && RelativelyPrime(m_e, m_p+1);
182 pass = pass && RelativelyPrime(m_e, m_p-1);
183 pass = pass && RelativelyPrime(m_e, m_q+1);
184 pass = pass && RelativelyPrime(m_e, m_q-1);
H A Dnbtheory.h65 inline bool RelativelyPrime(const Integer &a, const Integer &b) function
H A Drsa.cpp100 bool IsAcceptable(const Integer &candidate) const {return RelativelyPrime(m_e, candidate-Integer::One());}

Completed in 30 milliseconds