Home
last modified time | relevance | path

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

/system/security/keystore2/src/crypto/
Dcrypto.hpp56 int ECDHComputeKey(void *out, const EC_POINT *pub_key, const EC_KEY *priv_key);
DAndroid.bp75 "--allowlist-function=ECDHComputeKey",
Dlib.rs23 ECDHComputeKey, ECKEYGenerateKey, ECKEYMarshalPrivateKey, ECKEYParsePrivateKey,
343 unsafe { ECDHComputeKey(buf.as_mut_ptr() as *mut std::ffi::c_void, pub_key, priv_key.0) }; in ecdh_compute_key()
Dcrypto.cpp222 int ECDHComputeKey(void* out, const EC_POINT* pub_key, const EC_KEY* priv_key) { in ECDHComputeKey() function