Home
last modified time | relevance | path

Searched refs:randomUUID (Results 1 – 23 of 23) sorted by relevance

/third_party/node/test/parallel/
Dtest-crypto-randomuuid.js10 randomUUID,
28 const uuid = randomUUID();
46 testMatch(randomUUID({ disableEntropyCache: true }));
47 testMatch(randomUUID({ disableEntropyCache: true }));
48 testMatch(randomUUID({ disableEntropyCache: true }));
49 testMatch(randomUUID({ disableEntropyCache: true }));
51 assert.throws(() => randomUUID(1), {
55 assert.throws(() => randomUUID({ disableEntropyCache: '' }), {
Dtest-webcrypto-constructors.js44 assert.throws(() => notCrypto.randomUUID(), {
/third_party/node/test/fixtures/wpt/WebCryptoAPI/
DrandomUUID.https.any.js6 function randomUUID() { function
7 const uuid = self.crypto.randomUUID();
19 assert_true(UUIDRegex.test(randomUUID()));
27 let value = parseInt(randomUUID().split('-')[2].slice(0, 2), 16);
38 let value = parseInt(randomUUID().split('-')[3].slice(0, 2), 16);
/third_party/node/benchmark/crypto/
DrandomUUID.js4 const { randomUUID } = require('crypto');
15 randomUUID({ disableEntropyCache });
/third_party/node/lib/
Dcrypto.js57 randomUUID,
216 randomUUID, property
/third_party/node/lib/internal/crypto/
Dwebcrypto.js59 randomUUID: _randomUUID,
84 function randomUUID() { function
1015 randomUUID: { property
1020 value: randomUUID,
Drandom.js405 function randomUUID(options) { function
613 randomUUID, property
/third_party/node/tools/dep_updaters/
Dupdate-root-certs.mjs3 import { randomUUID } from 'node:crypto';
235 const delimiter = randomUUID();
/third_party/node/deps/npm/lib/utils/
Dsbom-spdx.js26 const uuid = crypto.randomUUID()
Dsbom-cyclonedx.js32 const uuid = crypto.randomUUID()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js560 randomUUID: function (...args) { method
/third_party/node/lib/internal/
Durl.js1028 const id = cryptoRandom.randomUUID();
/third_party/node/doc/api/
Dwebcrypto.md399 ### `crypto.randomUUID()`
Dcrypto.md5121 ### `crypto.randomUUID([options])`
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java4610 String nsName = "$" + UUID.randomUUID().toString(); in setNumberFormat()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSimpleDateFormat.java4472 String nsName = "$" + UUID.randomUUID().toString(); in setNumberFormat()
/third_party/typescript/lib/
Dlib.webworker.d.ts1104 randomUUID(): string; method
Dlib.dom.d.ts3867 randomUUID(): string; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts1084 randomUUID(): string; method
Ddom.generated.d.ts3847 randomUUID(): string; method
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md1307 The new `crypto.randomUUID()` method now allows to generate random
1311 const { randomUUID } = require('crypto');
1313 console.log(randomUUID());
1462 …t/4350bf5a0b)] - **doc**: mention cryptographic prng in description of randomUUID (Serkan Özel) [#…
DCHANGELOG_V15.md265 …tps://github.com/nodejs/node/commit/d81b9af1fc)] - **crypto**: improve randomUUID performance (Daw…
875 …//github.com/nodejs/node/commit/835bdf0e50)] - **doc**: improve crypto.randomUUID() text (Rich Tro…
DCHANGELOG_V16.md1442 …mmit/93a904d0ba)] - **(SEMVER-MINOR)** **crypto**: implement webcrypto.randomUUID (Michaël Zasso) …
2623 …t/993a1da47c)] - **doc**: mention cryptographic prng in description of randomUUID (Serkan Özel) [#…