Lines Matching refs:createCipheriv
114 const encrypt = crypto.createCipheriv(test.algo,
204 const encrypt = crypto.createCipheriv(test.algo,
215 crypto.createCipheriv(
227 crypto.createCipheriv('aes-128-cbc',
252 crypto.createCipheriv('aes-256-gcm',
281 const cipher = crypto.createCipheriv('aes-256-gcm',
324 crypto.createCipheriv('aes-256-ccm',
376 crypto.createCipheriv('aes-256-ccm',
410 crypto.createCipheriv(`aes-256-${mode}`,
444 const cipher = crypto.createCipheriv('aes-256-ccm',
468 const cipher = () => crypto.createCipheriv('aes-256-ccm', key,
497 const cipher = crypto.createCipheriv('aes-256-ccm',
556 const encrypt = crypto.createCipheriv('aes-128-ccm', key, iv, options);
570 const cipher = crypto.createCipheriv(`aes-128-${mode}`, key, iv, {
603 const cipher = crypto.createCipheriv(`aes-128-${mode}`, key, iv, opts);
658 assert.throws(() => crypto.createCipheriv(
677 crypto.createCipheriv(algo, key, iv, opts),
695 crypto.createCipheriv('chacha20-poly1305', key, iv, { authTagLength });
711 crypto.createCipheriv('chacha20-poly1305', key, iv, { authTagLength });
770 const cipher = crypto.createCipheriv('chacha20-poly1305', key, iv, opt);
803 const cipher = crypto.createCipheriv('chacha20-poly1305', key, iv, opt);