Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
DKeyAgreementFunctionalTest.java22 String[] algArray = {"DES", "DESede"}; in test_KeyAgreement() local
24 KeyAgreementThread kat = new KeyAgreementThread(algArray); in test_KeyAgreement()
DMacFunctionalTest.java22 String[] algArray = {"HMACSHA1", "HMACSHA256", "HMACSHA384", in test_Mac() local
25 MacThread mt = new MacThread(algArray); in test_Mac()
DSecretKeyFactoryFunctionalTest.java22 String[] algArray = {"DES", "DESede", "PBEWITHMD5ANDDES"}; in test_() local
24 SecretKeyFactoryThread skft = new SecretKeyFactoryThread(algArray); in test_()
DKeyGeneratorFunctionalTest.java22 String[] algArray = {"AES", "DES", "DESEDE", "DESede", in test_() local
27 KeyGeneratorThread kgt = new KeyGeneratorThread(algArray); in test_()