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