Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-crypto-authenticated.js125 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();
Dtest-crypto-authenticated-stream.js36 d.setAuthTag(c.getAuthTag());
58 d.setAuthTag(c.getAuthTag());
97 d.setAuthTag(c.getAuthTag());
104 d.setAuthTag(c.getAuthTag());
Dtest-crypto-cipher-decipher.js242 () => cipher.getAuthTag(),
254 decipher.setAuthTag(cipher.getAuthTag());
268 () => decipher.setAuthTag(cipher.getAuthTag()),
/third_party/node/lib/internal/crypto/
Dcipher.js216 Cipher.prototype.getAuthTag = function getAuthTag() { method in Cipher
217 const ret = this[kHandle].getAuthTag();
259 constructor.prototype.getAuthTag = Cipher.prototype.getAuthTag; method in constructor
/third_party/node/benchmark/crypto/
Daes-gcm-throughput.js30 const tag = alice.getAuthTag();
/third_party/node/test/common/
Dtls.js126 const tag = bob.getAuthTag();
/third_party/node/doc/api/
Dcrypto.md543 ### `cipher.getAuthTag()`
551 `cipher.getAuthTag()` method returns a
555 The `cipher.getAuthTag()` method should only be called after encryption has
3011 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();
Ddeprecations.md2232 ### DEP0113: `Cipher.setAuthTag()`, `Decipher.getAuthTag()`
2246 `Cipher.setAuthTag()` and `Decipher.getAuthTag()` are no longer available. They
Derrors.md1023 instance, calling [`cipher.getAuthTag()`][] before calling `cipher.final()`.
3558 [`cipher.getAuthTag()`]: crypto.md#ciphergetauthtag
/third_party/node/doc/changelogs/
DCHANGELOG_V17.md1191 * \[[`20d7d657bb`](https://github.com/nodejs/node/commit/20d7d657bb)] - **doc**: clarify getAuthTag
DCHANGELOG_V16.md473 * \[[`7f9bf21241`](https://github.com/nodejs/node/commit/7f9bf21241)] - **doc**: clarify getAuthTag
DCHANGELOG_V12.md5930 …* remove `Cipher.setAuthTag()` and `Decipher.getAuthTag()` (Tobias Nießen) [#26249](https://github…