Home | History | Annotate | Download | only in crypto

Lines Matching defs:sr1

185         SecureRandom sr1;
192 sr1 = SecureRandom.getInstance(algorithm, provider);
200 sr1.nextBytes(myBytes1);
207 sr1.nextBytes(myBytes1);
239 SecureRandom sr1;
248 sr1 = SecureRandom.getInstance(algorithm, provider);
251 sr1.nextBytes(new byte[0]);
259 sr1.nextBytes(myBytes1);
266 sr1.nextBytes(myBytes1);
289 sr1 = SecureRandom.getInstance(algorithm, provider);
292 sr1.setSeed(myBytes);
295 sr1.nextBytes(bytes1[0]);
296 sr1.nextBytes(bytes1[1]);