Home
last modified time | relevance | path

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

/system/security/keystore2/src/crypto/
Dcrypto.hpp54 int ECDHComputeKey(void *out, const EC_POINT *pub_key, const EC_KEY *priv_key);
DAndroid.bp69 "--allowlist-function", "ECDHComputeKey",
Dlib.rs23 AES_gcm_encrypt, ECDHComputeKey, ECKEYGenerateKey, ECKEYMarshalPrivateKey,
322 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