Lines Matching refs:from
55 const bufferToEncrypt = Buffer.from(input);
56 const bufferPassword = Buffer.from('password');
70 key: Buffer.from(ab).toString('hex'),
72 }, Buffer.from(ab2enc).toString('hex'));
157 }, Buffer.from(plaintext));
199 passphrase: Buffer.from('password')
205 passphrase: Buffer.from('wrong')
215 const bufferToEncrypt = Buffer.from(input);
262 const label = oaepLabel ? Buffer.from(oaepLabel, 'hex') : undefined;
269 }, Buffer.from(ct, 'hex'));
277 }, Buffer.from(ct, 'hex'));