D | test-crypto-authenticated-stream.js | 27 const { cipher, key, iv, aad, authTagLength, plaintextLength } = config; 30 const c = crypto.createCipheriv(cipher, key, iv, { authTagLength }); field 34 const d = crypto.createDecipheriv(cipher, key, iv, { authTagLength }); field 43 const { cipher, key, iv, aad, authTagLength, plaintextLength } = config; 46 const c = crypto.createCipheriv(cipher, key, iv, { authTagLength }); field 56 const d = crypto.createDecipheriv(cipher, key, iv, { authTagLength }); field 77 const { cipher, key, iv, aad, authTagLength, plaintextLength } = config; 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 [all …]
|