Home
last modified time | relevance | path

Searched refs:modes (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
DCipherWrapThread.java26 CipherWrapThread(String name, int[] keys, String[] modes, String[] paddings) { in CipherWrapThread() argument
27 super(name, keys, modes, paddings); in CipherWrapThread()
DCipherRSAThread.java26 CipherRSAThread(String name, int[] keys, String[] modes, String[] paddings) { in CipherRSAThread() argument
27 super(name, keys, modes, paddings); in CipherRSAThread()
DCipherPBEThread.java30 CipherPBEThread(String name, int[] keys, String[] modes, String[] paddings) { in CipherPBEThread() argument
31 super(name, keys, modes, paddings); in CipherPBEThread()
DCipherSymmetricKeyThread.java28 CipherSymmetricKeyThread(String name, int[] keys, String[] modes, String[] paddings) { in CipherSymmetricKeyThread() argument
29 super(name, keys, modes, paddings); in CipherSymmetricKeyThread()
DCipherThread.java40 CipherThread(String name, int[] keys, String[] modes, String[] paddings) { in CipherThread() argument
43 modeAr = modes; in CipherThread()
/libcore/support/src/test/java/libcore/java/security/
DStandardNames.java122 Set<String> modes = CIPHER_MODES.get(algorithm); in provideCipherModes() local
123 if (modes == null) { in provideCipherModes()
124 modes = new HashSet<String>(); in provideCipherModes()
125 CIPHER_MODES.put(algorithm, modes); in provideCipherModes()
127 modes.addAll(Arrays.asList(newModes)); in provideCipherModes()
/libcore/luni/src/test/java/libcore/javax/crypto/
DCipherTest.java1026 Set<String> modes = StandardNames.getModesForCipher(algorithm); in test_getInstance() local
1027 if (modes != null) { in test_getInstance()
1028 for (String mode : modes) { in test_getInstance()
/libcore/expectations/
Dknownfailures.txt725 modes: [ "jvm" ],