Home
last modified time | relevance | path

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

/optee_rust/optee-utee/optee-utee-sys/src/
A Dtee_api.rs109 pub fn TEE_MemMove(dest: *mut c_void, src: *const c_void, size: u32) -> *mut c_void; in TEE_MemMove() argument
159 ) -> c_void; in TEE_InitRefAttribute() argument
165 ) -> c_void; in TEE_InitValueAttribute() argument
169 ) -> c_void; in TEE_CopyObjectAttributes() argument
255 ) -> c_void; in TEE_GetOperationInfo() argument
272 ) -> c_void; in TEE_CopyOperation() argument
284 ) -> c_void; in TEE_DigestUpdate() argument
299 ) -> c_void; in TEE_CipherInit() argument
321 ) -> c_void; in TEE_MACInit() argument
326 ) -> c_void; in TEE_MACUpdate() argument
[all …]
A Dutee_syscalls.rs28 name: *mut c_void, in _utee_get_property() argument
30 buf: *mut c_void, in _utee_get_property() argument
36 name: *const c_void, in _utee_get_property_name_to_index() argument
79 hash: *mut c_void, in _utee_hash_final() argument
85 src: *const c_void, in _utee_cipher_update() argument
87 dest: *mut c_void, in _utee_cipher_update() argument
92 src: *const c_void, in _utee_cipher_final() argument
94 dest: *mut c_void, in _utee_cipher_final() argument
154 tag: *mut c_void, in _utee_authenc_enc_final() argument
163 tag: *const c_void, in _utee_authenc_dec_final() argument
[all …]
A Dtee_isocket.rs21 pub type TEE_iSocketHandle = *mut c_void;
31 setup: *mut c_void,
37 buf: *const c_void,
43 buf: *mut c_void,
51 buf: *mut c_void,
A Dtrace.rs37 buf: *const c_void, in dhex_dump() argument
A Dtee_api_types.rs42 pub buffer: *mut c_void,
223 pub type TEE_Session = *mut c_void;
A Duser_ta_header.rs78 pub value: *mut c_void,
/optee_rust/optee-teec/optee-teec-sys/src/
A Dtee_client_api.rs101 pub buffer: *mut c_void,
106 pub shadow_buffer: *mut c_void,
114 pub buffer: *mut c_void,
156 connectionData: *const c_void, in TEEC_OpenSession() argument
/optee_rust/optee-utee/macros/src/
A Dlib.rs165 sess_ctx: *mut *mut libc::c_void, in ta_open_session()
198 sess_ctx: *mut *mut libc::c_void, in ta_open_session()
264 pub extern "C" fn TA_CloseSessionEntryPoint(sess_ctx: *mut libc::c_void) { in ta_close_session()
288 pub extern "C" fn TA_CloseSessionEntryPoint(sess_ctx: *mut libc::c_void) { in ta_close_session()
346 sess_ctx: *mut libc::c_void, in ta_invoke_command()
381 sess_ctx: *mut libc::c_void, in ta_invoke_command()
/optee_rust/optee-utee/src/
A Dtrace.rs54 raw::_utee_log(buf.as_ptr() as *const libc::c_void, buf.len()); in write()
/optee_rust/optee-teec/src/
A Dsession.rs71 ptr::null() as *const libc::c_void, in new()

Completed in 17 milliseconds