Searched refs:allProduct (Results 1 – 1 of 1) sorted by relevance
926 BigInteger allProduct = BigInteger.ONE; in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper() local930 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()