Searched refs:getAuthTag (Results 1 – 12 of 12) sorted by relevance
125 const auth_tag = encrypt.getAuthTag();173 const auth_tag = encrypt.getAuthTag();209 assert.throws(function() { encrypt.getAuthTag(); }, errMessages.state);232 assert.throws(() => encrypt.getAuthTag(), errMessages.state);289 const tag = cipher.getAuthTag();574 const authTag = cipher.getAuthTag();605 const tag = cipher.getAuthTag();713 const authTag = cipher.getAuthTag();775 const authTag = cipher.getAuthTag();808 const authTag = cipher.getAuthTag();
36 d.setAuthTag(c.getAuthTag());58 d.setAuthTag(c.getAuthTag());97 d.setAuthTag(c.getAuthTag());104 d.setAuthTag(c.getAuthTag());
242 () => cipher.getAuthTag(),254 decipher.setAuthTag(cipher.getAuthTag());268 () => decipher.setAuthTag(cipher.getAuthTag()),
216 Cipher.prototype.getAuthTag = function getAuthTag() { method in Cipher217 const ret = this[kHandle].getAuthTag();259 constructor.prototype.getAuthTag = Cipher.prototype.getAuthTag; method in constructor
30 const tag = alice.getAuthTag();
126 const tag = bob.getAuthTag();
543 ### `cipher.getAuthTag()`551 `cipher.getAuthTag()` method returns a555 The `cipher.getAuthTag()` method should only be called after encryption has3011 tag that will be returned by `getAuthTag()` and defaults to 16 bytes.3091 tag that will be returned by `getAuthTag()` and defaults to 16 bytes.5673 const tag = cipher.getAuthTag();5717 const tag = cipher.getAuthTag();
2232 ### DEP0113: `Cipher.setAuthTag()`, `Decipher.getAuthTag()`2246 `Cipher.setAuthTag()` and `Decipher.getAuthTag()` are no longer available. They
1023 instance, calling [`cipher.getAuthTag()`][] before calling `cipher.final()`.3558 [`cipher.getAuthTag()`]: crypto.md#ciphergetauthtag
1191 * \[[`20d7d657bb`](https://github.com/nodejs/node/commit/20d7d657bb)] - **doc**: clarify getAuthTag…
473 * \[[`7f9bf21241`](https://github.com/nodejs/node/commit/7f9bf21241)] - **doc**: clarify getAuthTag…
5930 …* remove `Cipher.setAuthTag()` and `Decipher.getAuthTag()` (Tobias Nießen) [#26249](https://github…