Searched refs:ecdh (Results 1 – 3 of 3) sorted by relevance
267 optional<vector<uint8_t>> ecdh(const vector<uint8_t>& publicKey, const vector<uint8_t>& privateKey);
502 android::hardware::identity::support::ecdh(pubKeyVec, privKeyVec); in eicOpsEcdh()
1353 optional<vector<uint8_t>> ecdh(const vector<uint8_t>& publicKey, in ecdh() function2224 optional<vector<uint8_t>> sharedSecret = support::ecdh(publicKey, privateKey); in calcEMacKey()