Home
last modified time | relevance | path

Searched refs:isStringOrBuffer (Results 1 - 1 of 1) sorted by relevance

/third_party/node/lib/internal/crypto/
H A Dkeys.js317 function isStringOrBuffer(val) { function
353 !isStringOrBuffer(passphrase)) ||
354 (!isInput && cipher != null && !isStringOrBuffer(passphrase))) {
535 } else if (isStringOrBuffer(key)) {
553 if (!isStringOrBuffer(data)) {

Completed in 1 milliseconds