Searched refs:algArray (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
D | KeyAgreementFunctionalTest.java | 22 String[] algArray = {"DES", "DESede"}; in test_KeyAgreement() local 24 KeyAgreementThread kat = new KeyAgreementThread(algArray); in test_KeyAgreement()
|
D | MacFunctionalTest.java | 22 String[] algArray = {"HMACSHA1", "HMACSHA256", "HMACSHA384", in test_Mac() local 25 MacThread mt = new MacThread(algArray); in test_Mac()
|
D | SecretKeyFactoryFunctionalTest.java | 22 String[] algArray = {"DES", "DESede", "PBEWITHMD5ANDDES"}; in test_() local 24 SecretKeyFactoryThread skft = new SecretKeyFactoryThread(algArray); in test_()
|
D | KeyGeneratorFunctionalTest.java | 22 String[] algArray = {"AES", "DES", "DESEDE", "DESede", in test_() local 27 KeyGeneratorThread kgt = new KeyGeneratorThread(algArray); in test_()
|