Searched refs:legacyWrite (Results 1 – 3 of 3) sorted by relevance
/third_party/node/benchmark/crypto/ |
D | hash-stream-throughput.js | 40 const fn = api === 'stream' ? streamWrite : legacyWrite; 46 function legacyWrite(algo, message, encoding, writes, len) { function
|
D | hash-stream-creation.js | 41 const fn = api === 'stream' ? streamWrite : legacyWrite; 47 function legacyWrite(algo, message, encoding, writes, len, outEnc) { function
|
D | cipher-stream.js | 57 const fn = api === 'stream' ? streamWrite : legacyWrite; 86 function legacyWrite(alice, bob, message, encoding, writes) { function
|