Home
last modified time | relevance | path

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

/external/wycheproof/java/com/google/security/wycheproof/testcases/
DRsaKeyTest.java1414 RandomUtil.checkPrime(p); in checkPrivateCrtKey()
1415 RandomUtil.checkPrime(q); in checkPrivateCrtKey()
/external/wycheproof/java/com/google/security/wycheproof/
DRandomUtil.java174 static void checkPrime(BigInteger p) throws GeneralSecurityException { in checkPrime() method in RandomUtil