Home
last modified time | relevance | path

Searched refs:testCipher3 (Results 1 - 2 of 2) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-crypto-binary-default.js503 function testCipher3(key, iv) { function
566 testCipher3('0123456789abcd0123456789', '12345678');
567 testCipher3('0123456789abcd0123456789', Buffer.from('12345678'));
568 testCipher3(Buffer.from('0123456789abcd0123456789'), '12345678');
569 testCipher3(Buffer.from('0123456789abcd0123456789'), Buffer.from('12345678'));
H A Dtest-crypto-cipheriv-decipheriv.js62 function testCipher3(key, iv) { function
154 testCipher3(Buffer.from('000102030405060708090A0B0C0D0E0F', 'hex'),

Completed in 2 milliseconds