Searched refs:c_void (Results 1 – 5 of 5) sorted by relevance
/system/security/keystore2/src/crypto/ |
D | zvec.rs | 38 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()
|
D | lib.rs | 322 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/ |
D | lib.rs | 23 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/ |
D | apc_compat.rs | 76 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/ |
D | stats_pull.rs | 22 use std::os::raw::c_void; 118 _cookie: *mut c_void, in callback_wrapper() argument
|