Home | History | Annotate | Download | only in ssh2

Lines Matching defs:rnd

1069 		SecureRandom rnd = getOrCreateSecureRND();
1071 byte[] data = new byte[rnd.nextInt(16)];
1072 rnd.nextBytes(data);
1359 * @param rnd a SecureRandom instance
1361 public synchronized void setSecureRandom(SecureRandom rnd)
1363 if (rnd == null)
1366 this.generator = rnd;