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.js46 authTagLength: /Invalid authentication tag length/ property
255 authTagLength: length property
267 authTagLength: length property
283 authTagLength field
298 authTagLength: 8 property
327 authTagLength field
341 authTagLength field
352 crypto.createCipher('aes-256-ccm', 'bad password', { authTagLength }); field
361 crypto.createDecipher('aes-256-ccm', 'bad password', { authTagLength }); field
379 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