Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:rng

759     // new BigInteger(int,int,RNG)
773 // new BigInteger(int,RNG)
1380 // Plug in your RNG constructor here
1452 // Depends on jsbn.js and rng.js
1486 var rng = new SecureRandom();
1490 while(x[0] == 0) rng.nextBytes(x);
1595 var rng = new SecureRandom();
1601 this.p = new BigInteger(B-qs,1,rng);
1605 this.q = new BigInteger(qs,1,rng);