Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-crypto-dh.js122 const privkey1 = dh1.getPrivateKey(); constant
124 dh3.setPrivateKey(privkey1);
138 dh4.setPrivateKey(privkey1);
Dtest-crypto-binary-default.js599 const privkey1 = dh1.getPrivateKey(); constant
601 dh3.setPrivateKey(privkey1);
/third_party/openssl/test/
Dcurve448_internal_test.c104 static const uint8_t privkey1[57] = { variable
605 privkey1, NULL, 0, NULL)) in test_ed448()