Lines Matching refs:from
54 const bufferToEncrypt = Buffer.from(input);
55 const bufferPassword = Buffer.from('password');
69 key: Buffer.from(ab).toString('hex'),
71 }, Buffer.from(ab2enc).toString('hex'));
156 }, Buffer.from(plaintext));
198 passphrase: Buffer.from('password')
204 passphrase: Buffer.from('wrong')
214 const bufferToEncrypt = Buffer.from(input);
279 const label = oaepLabel ? Buffer.from(oaepLabel, 'hex') : undefined;
286 }, Buffer.from(ct, 'hex'));
294 }, Buffer.from(ct, 'hex'));