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-curves.js94 const cafebabeKey = 'cafebabe'.repeat(8); constant
101 ecdh5.setPrivateKey(cafebabeKey, 'hex');
102 assert.strictEqual(ecdh5.getPrivateKey('hex'), cafebabeKey);
125 assert.strictEqual(ecdh5.getPrivateKey('hex'), cafebabeKey);
153 ecdh5.setPrivateKey(cafebabeKey, 'hex');
165 assert.strictEqual(ecdh5.getPrivateKey('hex'), cafebabeKey);
Dtest-crypto-ecdh-convert-key.js11 const cafebabeKey = 'cafebabe'.repeat(8); constant
97 ecdh1.setPrivateKey(cafebabeKey, 'hex');