Home
last modified time | relevance | path

Searched refs:legacyWrite (Results 1 – 3 of 3) sorted by relevance

/third_party/node/benchmark/crypto/
Dhash-stream-throughput.js40 const fn = api === 'stream' ? streamWrite : legacyWrite;
46 function legacyWrite(algo, message, encoding, writes, len) { function
Dhash-stream-creation.js41 const fn = api === 'stream' ? streamWrite : legacyWrite;
47 function legacyWrite(algo, message, encoding, writes, len, outEnc) { function
Dcipher-stream.js57 const fn = api === 'stream' ? streamWrite : legacyWrite;
86 function legacyWrite(alice, bob, message, encoding, writes) { function