Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc2311 std::size_t stdOutOffset = static_cast<std::size_t>(outOffset); in NativeCrypto_ECDH_compute_key() local
2312 int outputLength = ECDH_compute_key(&out[stdOutOffset], out.size() - stdOutOffset, pubkeyPoint, in NativeCrypto_ECDH_compute_key()