Home
last modified time | relevance | path

Searched refs:pseudoRandomBytes (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-domain-crypto.js41 crypto.pseudoRandomBytes(8);
42 crypto.pseudoRandomBytes(8, common.mustSucceed());
Dtest-crypto-domains.js56 crypto.pseudoRandomBytes(4, function() {
Dtest-crypto-random.js41 [crypto.randomBytes, crypto.pseudoRandomBytes].forEach((f) => {
/third_party/node/lib/
Dcrypto.js392 pseudoRandomBytes: getRandomBytesAlias('pseudoRandomBytes'), property
/third_party/node/doc/api/
Ddeprecations.md2268 ### DEP0115: `crypto.prng()`, `crypto.pseudoRandomBytes()`, `crypto.rng()`
2285 [`crypto.randomBytes()`][] and `crypto.pseudoRandomBytes()`. The latter is
/third_party/node/doc/changelogs/
DCHANGELOG_IOJS.md2443 * crypto.pseudoRandomBytes() is now an alias for crypto.randomBytes()
2482 …e/commit/e5e598060eb43faf2142184d523a04f0ca2d95c3)] - lib,src: make pseudoRandomBytes alias random…
2486 …1bb68c4f2cf01ec7d26dcc91862b265b7effa)] - doc: more explicit crypto.pseudoRandomBytes docs (Calvin…
DCHANGELOG_V11.md1808 …ejs/node/commit/16d70603a1)] - **crypto**: allow monkey patching of pseudoRandomBytes (Gerhard Sto…