Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-crypto-authenticated.js47 authTagLength: /Invalid authentication tag length/ property
256 authTagLength: length property
268 authTagLength: length property
284 authTagLength field
299 authTagLength: 8 property
328 authTagLength field
342 authTagLength field
353 crypto.createCipher('aes-256-ccm', 'bad password', { authTagLength }); field
362 crypto.createDecipher('aes-256-ccm', 'bad password', { authTagLength }); field
380 authTagLength field
[all …]
Dtest-crypto-authenticated-stream.js30 const c = crypto.createCipheriv(cipher, key, iv, { authTagLength }); field
34 const d = crypto.createDecipheriv(cipher, key, iv, { authTagLength }); field
46 const c = crypto.createCipheriv(cipher, key, iv, { authTagLength }); field
56 const d = crypto.createDecipheriv(cipher, key, iv, { authTagLength }); field
81 const c = crypto.createCipheriv(cipher, key, iv, { authTagLength }); field
95 const d = crypto.createDecipheriv(cipher, key, iv, { authTagLength }); field
102 const d = crypto.createDecipheriv(cipher, key, iv, { authTagLength }); field
131 authTagLength: 16, property
140 authTagLength: 16, property