Home
last modified time | relevance | path

Searched refs:isProbablePrime (Results 1 – 11 of 11) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DDSAParametersGenerator.java159 if (!isProbablePrime(q)) in generateParameters_FIPS186_2()
195 if (isProbablePrime(p)) in generateParameters_FIPS186_2()
263 if (!isProbablePrime(q)) in generateParameters_FIPS186_3()
311 if (isProbablePrime(p)) in generateParameters_FIPS186_3()
338 private boolean isProbablePrime(BigInteger x) in isProbablePrime() method in DSAParametersGenerator
345 return x.isProbablePrime(certainty); in isProbablePrime()
DDHParametersHelper.java47 if (!p.isProbablePrime(certainty)) in generateSafePrimes()
52 if (certainty > 2 && !q.isProbablePrime(certainty - 2)) in generateSafePrimes()
DRSAKeyPairGenerator.java176 if (!isProbablePrime(p)) in chooseRandomPrime()
192 protected boolean isProbablePrime(BigInteger x) in isProbablePrime() method in RSAKeyPairGenerator
/external/v8/benchmarks/
Dcrypto.js766 while(!this.isProbablePrime(b)) {
1333 BigInteger.prototype.isProbablePrime = bnIsProbablePrime; method in BigInteger
1602 …btract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE) == 0 && this.p.isProbablePrime(10)) break;
1606 …btract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE) == 0 && this.q.isProbablePrime(10)) break;
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...