Lines Matching refs:cipher
27 const { cipher, key, iv, aad, authTagLength, plaintextLength } = config;
30 const c = crypto.createCipheriv(cipher, key, iv, { authTagLength });
34 const d = crypto.createDecipheriv(cipher, key, iv, { authTagLength });
43 const { cipher, key, iv, aad, authTagLength, plaintextLength } = config;
46 const c = crypto.createCipheriv(cipher, key, iv, { authTagLength });
56 const d = crypto.createDecipheriv(cipher, key, iv, { authTagLength });
77 const { cipher, key, iv, aad, authTagLength, plaintextLength } = config;
81 const c = crypto.createCipheriv(cipher, key, iv, { authTagLength });
95 const d = crypto.createDecipheriv(cipher, key, iv, { authTagLength });
102 const d = crypto.createDecipheriv(cipher, key, iv, { authTagLength });
127 cipher: 'aes-128-ccm', property
136 cipher: 'aes-128-ccm', property