Searched refs:ecdh (Results 1 – 4 of 4) sorted by relevance
195 optional<vector<uint8_t>> ecdh(const vector<uint8_t>& publicKey, const vector<uint8_t>& privateKey);
453 support::ecdh(signingPubKey.value(), readerEphemeralPrivateKey.value()); in TEST_P()
796 support::ecdh(readerPublicKey_, signingKey.value()); in finishRetrieval()
1325 optional<vector<uint8_t>> ecdh(const vector<uint8_t>& publicKey, in ecdh() function