Home
last modified time | relevance | path

Searched defs:outputEncoding (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/internal/crypto/
Dhash.js117 Hash.prototype.digest = function digest(outputEncoding) { argument
148 Hmac.prototype.digest = function digest(outputEncoding) { argument
Dcipher.js174 Cipher.prototype.update = function update(data, inputEncoding, outputEncoding) { argument
197 Cipher.prototype.final = function final(outputEncoding) { argument
/third_party/node/test/parallel/
Dtest-crypto-authenticated.js150 const outputEncoding = test.plainIsHex ? 'hex' : 'ascii'; constant