Home
last modified time | relevance | path

Searched refs:testCipher2 (Results 1 - 3 of 3) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-crypto-cipher-decipher.js55 function testCipher2(key) { function
79 testCipher2('0123456789abcdef');
80 testCipher2(Buffer.from('0123456789abcdef'));
H A Dtest-crypto-cipheriv-decipheriv.js43 function testCipher2(key, iv) { function
151 testCipher2(Buffer.from('0123456789abcd0123456789'), Buffer.from('12345678'));
H A Dtest-crypto-binary-default.js481 function testCipher2(key) { function
560 testCipher2('0123456789abcdef');
561 testCipher2(Buffer.from('0123456789abcdef'));

Completed in 2 milliseconds