Searched refs:MillerRabin (Results 1 – 3 of 3) sorted by relevance
78 MillerRabin(
145 return MillerRabin(prime, rand); in BnIsProbablyPrime()170 MillerRabin( in MillerRabin() function
467 if((modE != 0) && (modE != 1) && MillerRabin(test, rand)) in PrimeSelectWithSieve()