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

/external/wycheproof/java/com/google/security/wycheproof/testcases/
H A DEcKeyTest.java166 void testKeyGeneration(ECParameterSpec ecParams, boolean isStandard) throws Exception { method in class:EcKeyTest
189 testKeyGeneration(EcUtil.getNistP224Params(), true);
190 testKeyGeneration(EcUtil.getNistP256Params(), true);
191 testKeyGeneration(EcUtil.getNistP384Params(), true);
192 testKeyGeneration(EcUtil.getNistP521Params(), true);
194 testKeyGeneration(EcUtil.getBrainpoolP256r1Params(), false);
H A DDsaTest.java840 public void testKeyGeneration(int keysize) throws Exception { method in class:DsaTest
885 testKeyGeneration(1024);
886 testKeyGeneration(2048);
H A DRsaKeyTest.java1457 public void testKeyGeneration() throws Exception { method in class:RsaKeyTest
H A DEciesTest.java136 public void testKeyGeneration() throws Exception { method in class:EciesTest

Completed in 373 milliseconds