Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
Dcipher.js116 function createCipherBase(cipher, credential, options, decipher, iv) { function
133 ReflectApply(createCipherBase, this, [cipher, password, options, decipher]);
141 ReflectApply(createCipherBase, this, [cipher, key, options, decipher, iv]);