Searched refs:pubkeyPoint (Results 1 – 1 of 1) sorted by relevance
2296 const EC_POINT* pubkeyPoint = EC_KEY_get0_public_key(pubkey.get()); in NativeCrypto_ECDH_compute_key() local2297 if (pubkeyPoint == nullptr) { in NativeCrypto_ECDH_compute_key()2318 int outputLength = ECDH_compute_key(&out[stdOutOffset], out.size() - stdOutOffset, pubkeyPoint, in NativeCrypto_ECDH_compute_key()