Searched defs:c_ulong (Results 1 – 2 of 2) sorted by relevance
/optee_rust/optee-utee/optee-utee-sys/src/ |
A D | utee_syscalls.rs | 27 index: c_ulong, in _utee_get_property() 49 sess: c_ulong, in _utee_invoke_ta_command() 51 cmd_id: c_ulong, in _utee_invoke_ta_command() 64 algo: c_ulong, in _utee_cryp_state_alloc() 66 key1: c_ulong, in _utee_cryp_state_alloc() 67 key2: c_ulong, in _utee_cryp_state_alloc() 100 obj: c_ulong, in _utee_cryp_obj_get_attr() 110 obj: c_ulong, in _utee_cryp_obj_populate() 116 obj: c_ulong, in _utee_cryp_obj_generate_key() 203 obj: c_ulong, in _utee_storage_obj_rename() [all …]
|
A D | user_ta_header.rs | 41 …pub fn __utee_entry(func: c_ulong, session_id: c_ulong, up: *mut utee_params, cmd_id: c_ulong) -> … in __utee_entry() 45 pub fn __ta_entry(func: c_ulong, session_id: c_ulong, up: *mut utee_params, cmd_id: c_ulong) -> ! { in __ta_entry()
|
Completed in 4 milliseconds