Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-crypto-cipher-decipher.js224 const aadbuf = Buffer.from('aadbuf'); constant
234 const aadbuf = Buffer.from('aadbuf'); constant
/third_party/node/lib/internal/crypto/
Dcipher.js231 Cipher.prototype.setAAD = function setAAD(aadbuf, options) { argument