Searched refs:zeroCount (Results 1 – 1 of 1) sorted by relevance
993 int zeroCount = 0; in testRSA_Key_Quality_Not_Too_Many_ZerosHelper() local996 zeroCount++; in testRSA_Key_Quality_Not_Too_Many_ZerosHelper()999 if (zeroCount >= maxZerosAllowed) { in testRSA_Key_Quality_Not_Too_Many_ZerosHelper()1000 fail("RSA public key has " + Integer.toString(zeroCount) in testRSA_Key_Quality_Not_Too_Many_ZerosHelper()