Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java938 BigInteger gcd = allProduct.divide(publicModulus).gcd(publicModulus); in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper() local
940 if (!gcd.equals(BigInteger.ONE)) { in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper()
943 Log.i(TAG, "GCD : " + gcd.toString(16)); in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper()
948 + gcd.toString()); in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper()