Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
Dcipher.js231 Cipher.prototype.setAAD = function setAAD(aadbuf, options) { method in Cipher
263 constructor.prototype.setAAD = Cipher.prototype.setAAD; method in constructor