Home
last modified time | relevance | path

Searched defs:rounds (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DRC5ParameterSpecTest.java45 int rounds = 5; in testRC5ParameterSpec1() local
86 int rounds = 5; in testRC5ParameterSpec2() local
142 int rounds = 5; in testGetVersion() local
157 int rounds = 5; in testGetRounds() local
172 int rounds = 5; in testGetWordSize() local
189 int rounds = 5; in testGetIV() local
216 int rounds = 5; in testEquals() local
266 int rounds = 5; in testHashCode() local
280 int rounds = 5; in test_constructorIII() local
/libcore/ojluni/src/main/java/javax/crypto/spec/
DRC5ParameterSpec.java51 private int rounds; field in RC5ParameterSpec
62 public RC5ParameterSpec(int version, int rounds, int wordSize) { in RC5ParameterSpec()
85 public RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv) { in RC5ParameterSpec()
112 public RC5ParameterSpec(int version, int rounds, int wordSize, in RC5ParameterSpec()
/libcore/jsr166-tests/src/test/java/jsr166/
DSemaphoreTest.java565 final int rounds = 4; in testReleaseAcquireDifferentThreads() local