Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java926 BigInteger allProduct = BigInteger.ONE; in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper() local
930 allProduct = allProduct.multiply(publicModulus); in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper()
938 BigInteger gcd = allProduct.divide(publicModulus).gcd(publicModulus); in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper()