Home
last modified time | relevance | path

Searched defs:disableEntropyCache (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-crypto-randomuuid.js46 testMatch(randomUUID({ disableEntropyCache: true })); property
47 testMatch(randomUUID({ disableEntropyCache: true })); property
48 testMatch(randomUUID({ disableEntropyCache: true })); property
49 testMatch(randomUUID({ disableEntropyCache: true })); property
55 assert.throws(() => randomUUID({ disableEntropyCache: '' }), { property
/third_party/node/benchmark/crypto/
DrandomUUID.js8 disableEntropyCache: [0, 1], property
11 function main({ n, disableEntropyCache }) { field
15 randomUUID({ disableEntropyCache }); field