Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc2296 const EC_POINT* pubkeyPoint = EC_KEY_get0_public_key(pubkey.get()); in NativeCrypto_ECDH_compute_key() local
2297 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()