Lines Matching refs:createDecipheriv
136 crypto.createDecipheriv(test.algo,
142 const decrypt = crypto.createDecipheriv(test.algo,
242 const decrypt = crypto.createDecipheriv('aes-128-gcm',
264 crypto.createDecipheriv('aes-256-gcm',
296 const decipher = crypto.createDecipheriv('aes-256-gcm',
338 crypto.createDecipheriv('aes-256-ccm',
386 crypto.createDecipheriv('aes-256-ccm',
420 crypto.createDecipheriv(`aes-256-${mode}`,
508 const cipher = crypto.createDecipheriv('aes-256-ccm',
525 const decrypt = crypto.createDecipheriv('aes-128-ccm', key, iv, {
544 const decrypt = crypto.createDecipheriv('aes-128-gcm', key, iv);
577 const decipher = crypto.createDecipheriv(`aes-128-${mode}`, key, iv, {
607 const decipher = crypto.createDecipheriv(`aes-128-${mode}`, key, iv, opts);
719 const decipher = crypto.createDecipheriv('chacha20-poly1305', key, iv, {
780 const decipher = crypto.createDecipheriv('chacha20-poly1305', key, iv, opt);
813 const decipher = crypto.createDecipheriv('chacha20-poly1305', key, iv, opt);