Home
last modified time | relevance | path

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

/system/security/keystore2/src/crypto/
Dzvec.rs38 unsafe { mlock(b.as_ptr() as *const std::ffi::c_void, b.len()) }?; in new()
60 unsafe { munlock(self.elems.as_ptr() as *const std::ffi::c_void, self.elems.len()) } in drop()
115 unsafe { mlock(b.as_ptr() as *const std::ffi::c_void, b.len()) }?; in try_from()
Dlib.rs322 unsafe { ECDHComputeKey(buf.as_mut_ptr() as *mut std::ffi::c_void, pub_key, priv_key.0) }; in ecdh_compute_key()
/system/security/keystore2/system_property/
Dlib.rs23 ffi::{c_void, CStr, CString},
96 res_p: *mut c_void, in read_raw() argument
115 &mut f as *mut _ as *mut c_void, in read_raw()
/system/security/keystore2/apc_compat/
Dapc_compat.rs76 handle: *mut ::std::os::raw::c_void, in confirmation_result_callback() argument
161 data: cb_data_ptr as *mut std::ffi::c_void, in prompt_user_confirmation()
/system/core/libstats/pull_rust/
Dstats_pull.rs22 use std::os::raw::c_void;
118 _cookie: *mut c_void, in callback_wrapper() argument