Home
last modified time | relevance | path

Searched refs:cafebabeKey (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-crypto-dh.js335 const cafebabeKey = 'cafebabe'.repeat(8); constant
342 ecdh5.setPrivateKey(cafebabeKey, 'hex');
343 assert.strictEqual(ecdh5.getPrivateKey('hex'), cafebabeKey);
366 assert.strictEqual(ecdh5.getPrivateKey('hex'), cafebabeKey);
394 ecdh5.setPrivateKey(cafebabeKey, 'hex');
406 assert.strictEqual(ecdh5.getPrivateKey('hex'), cafebabeKey);
Dtest-crypto-ecdh-convert-key.js11 const cafebabeKey = 'cafebabe'.repeat(8); constant
97 ecdh1.setPrivateKey(cafebabeKey, 'hex');