Home
last modified time | relevance | path

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

/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEcKeyTest.java174 void testKeyGeneration(ECParameterSpec ecParams, boolean isStandard) throws Exception { in testKeyGeneration() method in EcKeyTest
200 testKeyGeneration(EcUtil.getNistP224Params(), true); in testKeyGenerationAll()
201 testKeyGeneration(EcUtil.getNistP256Params(), true); in testKeyGenerationAll()
202 testKeyGeneration(EcUtil.getNistP384Params(), true); in testKeyGenerationAll()
203 testKeyGeneration(EcUtil.getNistP521Params(), true); in testKeyGenerationAll()
205 testKeyGeneration(EcUtil.getBrainpoolP256r1Params(), false); in testKeyGenerationAll()
DDsaTest.java841 public void testKeyGeneration(int keysize) throws Exception { in testKeyGeneration() method in DsaTest
886 testKeyGeneration(1024); in testKeyGenerationAll()
887 testKeyGeneration(2048); in testKeyGenerationAll()
DRsaKeyTest.java1462 public void testKeyGeneration() throws Exception { in testKeyGeneration() method in RsaKeyTest
DEciesTest.java136 public void testKeyGeneration() throws Exception { in testKeyGeneration() method in EciesTest