Searched refs:testCipher1 (Results 1 – 3 of 3) sorted by relevance
9 function testCipher1(key, iv) { function147 testCipher1('0123456789abcd0123456789', '12345678');148 testCipher1('0123456789abcd0123456789', Buffer.from('12345678'));149 testCipher1(Buffer.from('0123456789abcd0123456789'), '12345678');150 testCipher1(Buffer.from('0123456789abcd0123456789'), Buffer.from('12345678'));
22 function testCipher1(key) { function76 testCipher1('MySecretKey123');77 testCipher1(Buffer.from('MySecretKey123'));
462 function testCipher1(key) { function557 testCipher1('MySecretKey123');558 testCipher1(Buffer.from('MySecretKey123'));