Searched refs:c_void (Results 1 – 7 of 7) sorted by relevance
/system/keymint/boringssl/src/ |
D | rng.rs | 29 ffi::RAND_seed(data.as_ptr() as *const libc::c_void, data.len() as libc::c_int); in add_entropy() 35 data.as_ptr() as *const libc::c_void, in add_entropy()
|
D | aes_cmac.rs | 56 k.as_ptr() as *const libc::c_void, in begin()
|
D | hmac.rs | 56 key.0.as_ptr() as *const libc::c_void, in begin()
|
/system/librustutils/ |
D | system_properties.rs | 25 ffi::{c_uint, c_void, CStr, CString}, 70 res_p: *mut c_void, in read_raw() argument 102 &mut f as *mut _ as *mut c_void, in read_raw() 283 res_p: *mut c_void, in foreach() argument 304 res_p: *mut c_void, in foreach() argument 322 &mut f as *mut _ as *mut c_void, in foreach()
|
/system/security/keystore2/apc_compat/ |
D | apc_compat.rs | 79 handle: *mut ::std::os::raw::c_void, in confirmation_result_callback() argument 165 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; 119 _cookie: *mut c_void, in callback_wrapper() argument
|
/system/security/keystore2/src/crypto/ |
D | lib.rs | 343 unsafe { ECDHComputeKey(buf.as_mut_ptr() as *mut std::ffi::c_void, pub_key, priv_key.0) }; in ecdh_compute_key()
|