Home
last modified time | relevance | path

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

/external/wycheproof/java/com/google/security/wycheproof/testcases/
DRsaKeyTest.java1397 private void checkPrivateCrtKey(RSAPrivateCrtKey key, int expectedKeySize) throws Exception { in checkPrivateCrtKey() argument
1409 assertEquals(expectedKeySize, n.bitLength()); in checkPrivateCrtKey()
1416 assertTrue(d.bitLength() > expectedKeySize / 2); in checkPrivateCrtKey()
DDhTest.java251 public void testKeyPair(KeyPair keyPair, int expectedKeySize) throws Exception { in testKeyPair() argument
256 assertEquals("wrong key size", keySize, expectedKeySize); in testKeyPair()