Home
last modified time | relevance | path

Searched refs:testCipher1 (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-crypto-cipheriv-decipheriv.js9 function testCipher1(key, iv) { function
147 testCipher1('0123456789abcd0123456789', '12345678');
148 testCipher1('0123456789abcd0123456789', Buffer.from('12345678'));
149 testCipher1(Buffer.from('0123456789abcd0123456789'), '12345678');
150 testCipher1(Buffer.from('0123456789abcd0123456789'), Buffer.from('12345678'));
Dtest-crypto-cipher-decipher.js22 function testCipher1(key) { function
76 testCipher1('MySecretKey123');
77 testCipher1(Buffer.from('MySecretKey123'));
Dtest-crypto-binary-default.js462 function testCipher1(key) { function
557 testCipher1('MySecretKey123');
558 testCipher1(Buffer.from('MySecretKey123'));