Lines Matching refs:createCipheriv
113 const encrypt = crypto.createCipheriv(test.algo,
203 const encrypt = crypto.createCipheriv(test.algo,
214 crypto.createCipheriv(
226 crypto.createCipheriv('aes-128-cbc',
251 crypto.createCipheriv('aes-256-gcm',
280 const cipher = crypto.createCipheriv('aes-256-gcm',
323 crypto.createCipheriv('aes-256-ccm',
375 crypto.createCipheriv('aes-256-ccm',
409 crypto.createCipheriv(`aes-256-${mode}`,
443 const cipher = crypto.createCipheriv('aes-256-ccm',
467 const cipher = () => crypto.createCipheriv('aes-256-ccm', key,
496 const cipher = crypto.createCipheriv('aes-256-ccm',
555 const encrypt = crypto.createCipheriv('aes-128-ccm', key, iv, options);
569 const cipher = crypto.createCipheriv(`aes-128-${mode}`, key, iv, {
602 const cipher = crypto.createCipheriv(`aes-128-${mode}`, key, iv, opts);
657 assert.throws(() => crypto.createCipheriv(