Searched defs:authTagLength (Results 1 – 2 of 2) sorted by relevance
/third_party/node/test/parallel/ |
D | test-crypto-authenticated.js | 46 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 …]
|
D | test-crypto-authenticated-stream.js | 30 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
|