Home
last modified time | relevance | path

Searched defs:u32 (Results 1 – 25 of 34) sorted by relevance

12

/optee_rust/optee-utee/optee-utee-sys/src/
A Dtee_internal_api_extensions.rs32 cmd: u32, in tee_invoke_supp_plugin()
33 sub_cmd: u32, in tee_invoke_supp_plugin()
35 len: u32, in tee_invoke_supp_plugin()
36 outlen: *mut u32, in tee_invoke_supp_plugin()
A Dtee_api.rs102 size: u32, in TEE_CheckMemoryAccessRights()
113 size: u32, in TEE_MemCompare()
135 a: *mut u32, in TEE_GetObjectValueAttribute()
163 a: u32, in TEE_InitValueAttribute()
164 b: u32, in TEE_InitValueAttribute()
187 flags: u32, in TEE_OpenPersistentObject()
194 flags: u32, in TEE_CreatePersistentObject()
228 fsize: u32, in TEE_ReadObjectData()
234 fsize: u32, in TEE_WriteObjectData()
248 mode: u32, in TEE_AllocateOperation()
[all …]
A Dutee_syscalls.rs29 name_len: *mut u32, in _utee_get_property()
31 blen: *mut u32, in _utee_get_property()
32 prop_type: *mut u32, in _utee_get_property()
38 index: *mut u32, in _utee_get_property_name_to_index()
44 sess: *mut u32, in _utee_open_ta_session()
45 ret_orig: *mut u32, in _utee_open_ta_session()
53 ret_orig: *mut u32, in _utee_invoke_ta_command()
55 pub fn _utee_check_access_rights(flags: u32, buf: *const c_void, len: size_t) in _utee_check_access_rights()
68 state: *mut u32, in _utee_cryp_state_alloc()
189 obj: *mut u32, in _utee_storage_obj_open()
[all …]
/optee_rust/optee-utee/src/
A Dextension.rs29 pub fn invoke(&mut self, command_id: u32, subcommand_id: u32, data: &[u8]) -> Result<Vec<u8>> { in invoke()
A Darithmetical.rs29 pub fn data_ptr(&self) -> *const u32 { in data_ptr()
34 pub fn size_in_u32(size: u32) -> u32 { in size_in_u32()
110 pub fn get_bit_count(&self) -> u32 { in get_bit_count()
263 pub fn data_ptr(&self) -> *const u32 { in data_ptr()
267 fn size_in_u32(size: u32) -> u32 { in size_in_u32()
272 pub fn new(bits: u32, modulus: BigInt) -> Result<Self> { in new()
285 pub fn data_ptr(&self) -> *const u32 { in data_ptr()
289 fn size_in_u32(size: u32) -> u32 { in size_in_u32()
A Dparameter.rs43 pub fn a(&self) -> u32 { in a()
47 pub fn b(&self) -> u32 { in b()
51 pub fn set_a(&mut self, a: u32) { in set_a()
57 pub fn set_b(&mut self, b: u32) { in set_b()
A Dobject.rs138 pub fn from_value(id: AttributeId, a: u32, b: u32) -> Self { in from_value()
257 fn value_attribute(&self, id: u32) -> Result<(u32, u32)> { in value_attribute() argument
725 pub fn value_attribute(&self, id: u32) -> Result<(u32, u32)> { in value_attribute() argument
1153 pub fn value_attribute(&self, id: u32) -> Result<(u32, u32)> { in value_attribute() argument
1192 pub fn read(&self, buf: &mut [u8]) -> Result<u32> { in read()
1409 ) -> Result<u32> { in get_next()
A Duuid.rs84 time_low: u32, in new_raw()
/optee_rust/optee-teec/src/
A Dparameter.rs40 pub fn new(a: u32, b: u32, param_type: ParamType) -> Self { in new()
46 pub fn a(&self) -> u32 { in a()
51 pub fn b(&self) -> u32 { in b()
247 impl From<ParamTypes> for u32 { implementation
248 fn from(a: ParamTypes) -> u32 { in from()
A Dextension.rs49 pub fn new(cmd: u32, sub_cmd: u32, inout: &'a mut [u8]) -> Self { in new()
A Duuid.rs85 time_low: u32, in new_raw()
A Doperation.rs35 pub fn new(started: u32, mut p0: A, mut p1: B, mut p2: C, mut p3: D) -> Operation<A, B, C, D> { in new()
/optee_rust/optee-teec/optee-teec-sys/src/
A Dtee_client_api.rs20 pub fn TEEC_PARAM_TYPES(p0:u32, p1:u32, p2:u32, p3:u32) -> u32 { in TEEC_PARAM_TYPES()
155 connectionMethod: u32, in TEEC_OpenSession()
161 commandID: u32, in TEEC_InvokeCommand()
/optee_rust/examples/hello_world-rs/ta/src/
A Dmain.rs49 fn invoke_command(cmd_id: u32, params: &mut Parameters) -> Result<()> { in invoke_command()
/optee_rust/examples/supp_plugin-rs/ta/src/
A Dmain.rs50 fn invoke_command(cmd_id: u32, params: &mut Parameters) -> Result<()> { in invoke_command()
/optee_rust/examples/hotp-rs/ta/src/
A Dmain.rs72 fn invoke_command(sess_ctx: &mut HmacOtp, cmd_id: u32, params: &mut Parameters) -> Result<()> { in invoke_command()
139 pub fn truncate(hmac_result: &mut [u8]) -> u32 { in truncate()
/optee_rust/examples/time-rs/ta/src/
A Dmain.rs50 fn invoke_command(cmd_id: u32, _params: &mut Parameters) -> Result<()> { in invoke_command()
/optee_rust/examples/tcp_client-rs/ta/src/
A Dmain.rs52 fn invoke_command(cmd_id: u32, _params: &mut Parameters) -> Result<()> { in invoke_command()
/optee_rust/examples/random-rs/ta/src/
A Dmain.rs61 fn invoke_command(cmd_id: u32, params: &mut Parameters) -> Result<()> { in invoke_command()
/optee_rust/examples/udp_socket-rs/ta/src/
A Dmain.rs52 fn invoke_command(cmd_id: u32, _params: &mut Parameters) -> Result<()> { in invoke_command()
/optee_rust/examples/message_passing_interface-rs/ta/src/
A Dmain.rs68 fn invoke_command(cmd_id: u32, params: &mut Parameters) -> Result<()> { in invoke_command()
/optee_rust/examples/serde-rs/ta/src/
A Dmain.rs57 fn invoke_command(cmd_id: u32, params: &mut Parameters) -> Result<()> { in invoke_command()
/optee_rust/examples/secure_storage-rs/ta/src/
A Dmain.rs50 fn invoke_command(cmd_id: u32, params: &mut Parameters) -> Result<()> { in invoke_command()
/optee_rust/examples/digest-rs/ta/src/
A Dmain.rs62 fn invoke_command(sess_ctx: &mut DigestOp, cmd_id: u32, params: &mut Parameters) -> Result<()> { in invoke_command()
/optee_rust/examples/big_int-rs/ta/src/
A Dmain.rs99 fn invoke_command(cmd_id: u32, params: &mut Parameters) -> Result<()> { in invoke_command()

Completed in 71 milliseconds

12