Home
last modified time | relevance | path

Searched defs:outputLength (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/parallel/
Dtest-crypto-hash.js195 assert.strictEqual(crypto.createHash('shake256', { outputLength: 0 }) property
202 assert.strictEqual(crypto.createHash('shake128', { outputLength: 0 }) property
205 assert.strictEqual(crypto.createHash('shake128', { outputLength: 5 }) property
206 .copy({ outputLength: 0 }) property
209 assert.strictEqual(crypto.createHash('shake128', { outputLength: 5 }) property
212 assert.strictEqual(crypto.createHash('shake128', { outputLength: 0 }) property
213 .copy({ outputLength: 5 }) property
216 assert.strictEqual(crypto.createHash('shake128', { outputLength: 15 }) property
219 assert.strictEqual(crypto.createHash('shake256', { outputLength: 16 }) property
224 assert.strictEqual(crypto.createHash('shake128', { outputLength: 128 }) property
[all …]
/third_party/node/deps/npm/node_modules/gauge/
Dtemplate-item.js15 function TemplateItem (values, outputLength) { argument
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DState.cs104 internal int outputLength; field in Org.Brotli.Dec.State
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DState.java71 int outputLength; field in State
/third_party/icu/icu4c/source/test/perf/utfperf/
Dutfperf.cpp42 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
/third_party/icu/icu4c/source/test/intltest/
Dnormconf.cpp599 UnicodeString output[], int32_t outputLength) { in hexsplit()
Dconvtest.cpp678 int32_t outputLength; in TestDefaultIgnorableCallback() local
/third_party/skia/src/gpu/gradients/
DGrGradientShader.cpp338 int outputLength, in build_intervals()
/third_party/icu/icu4c/source/test/cintltst/
Dccapitst.c2544 int32_t outputLength; in testFromTruncatedUTF8() local