Home
last modified time | relevance | path

Searched refs:auth_tag (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-crypto-authenticated.js125 const auth_tag = encrypt.getAuthTag(); constant
129 assert.strictEqual(auth_tag.toString('hex'), test.tag);
173 const auth_tag = encrypt.getAuthTag(); constant
177 assert.strictEqual(auth_tag.toString('hex'), test.tag);
/third_party/node/src/crypto/
Dcrypto_cipher.cc686 ArrayBufferOrViewContents<char> auth_tag(args[0]); in Init() local
687 if (UNLIKELY(!auth_tag.CheckSizeInt32())) in Init()
690 unsigned int tag_len = auth_tag.size(); in Init()
717 auth_tag.CopyTo(cipher->auth_tag_, cipher->auth_tag_len_); in Init()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h55759 u8 auth_tag[16]; member