Searched defs:nextBytes (Results 1 - 4 of 4) sorted by relevance

/external/v8/benchmarks/
H A Dcrypto.js776 b.nextBytes(x);
1451 SecureRandom.prototype.nextBytes = rng_get_bytes;
1490 while(x[0] == 0) rng.nextBytes(x);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js768 b.nextBytes(x);
1443 SecureRandom.prototype.nextBytes = rng_get_bytes;
1482 while(x[0] == 0) rng.nextBytes(x);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js768 b.nextBytes(x);
1443 SecureRandom.prototype.nextBytes = rng_get_bytes;
1482 while(x[0] == 0) rng.nextBytes(x);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js768 b.nextBytes(x);
1443 SecureRandom.prototype.nextBytes = rng_get_bytes;
1482 while(x[0] == 0) rng.nextBytes(x);

Completed in 410 milliseconds