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 | 30 index: c_ulong, in _utee_get_property() 52 sess: c_ulong, in _utee_invoke_ta_command() 54 cmd_id: c_ulong, in _utee_invoke_ta_command() 67 algo: c_ulong, in _utee_cryp_state_alloc() 69 key1: c_ulong, in _utee_cryp_state_alloc() 70 key2: c_ulong, in _utee_cryp_state_alloc() 103 obj: c_ulong, in _utee_cryp_obj_get_attr() 113 obj: c_ulong, in _utee_cryp_obj_populate() 119 obj: c_ulong, in _utee_cryp_obj_generate_key() 206 obj: c_ulong, in _utee_storage_obj_rename() [all …]
|
| A D | user_ta_header.rs | 44 …pub fn __utee_entry(func: c_ulong, session_id: c_ulong, up: *mut utee_params, cmd_id: c_ulong) -> … in __utee_entry() 48 pub fn __ta_entry(func: c_ulong, session_id: c_ulong, up: *mut utee_params, cmd_id: c_ulong) -> ! { in __ta_entry()
|
Completed in 7 milliseconds