Searched defs:rounds (Results 1 – 3 of 3) sorted by relevance
45 int rounds = 5; in testRC5ParameterSpec1() local86 int rounds = 5; in testRC5ParameterSpec2() local142 int rounds = 5; in testGetVersion() local157 int rounds = 5; in testGetRounds() local172 int rounds = 5; in testGetWordSize() local189 int rounds = 5; in testGetIV() local216 int rounds = 5; in testEquals() local266 int rounds = 5; in testHashCode() local280 int rounds = 5; in test_constructorIII() local
51 private int rounds; field in RC5ParameterSpec62 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()
565 final int rounds = 4; in testReleaseAcquireDifferentThreads() local