Home
last modified time | relevance | path

Searched refs:b (Results 1 – 18 of 18) sorted by relevance

/optee_rust/docs/
A Dexpanding-ta-secure-memory-on-qemuv8.md22 diff --git a/hw/arm/virt.c b/hw/arm/virt.c
25 +++ b/hw/arm/virt.c
40 diff --git a/plat/qemu/qemu/include/platform_def.h b/plat/qemu/qemu/include/platform_def.h
43 +++ b/plat/qemu/qemu/include/platform_def.h
58 diff --git a/mk/config.mk b/mk/config.mk
61 +++ b/mk/config.mk
75 diff --git a/core/include/mm/pgt_cache.h b/core/include/mm/pgt_cache.h
78 +++ b/core/include/mm/pgt_cache.h
A Ddebugging-optee-ta.md54 (gdb) b invoke_command
/optee_rust/optee-utee/src/
A Dparameter.rs47 pub fn b(&self) -> u32 { in b() method
48 unsafe { (*self.raw).b } in b()
57 pub fn set_b(&mut self, b: u32) { in set_b()
59 (*self.raw).b = b; in set_b()
A Duuid.rs71 pub fn from_slice(b: &[u8]) -> Result<Uuid, uuid_crate::Error> { in from_slice()
72 let uuid = uuid_crate::Uuid::from_slice(b)?; in from_slice()
A Dobject.rs124 value: raw::Value { a: 0, b: 0 }, in new_value()
142 pub fn from_value(id: AttributeId, a: u32, b: u32) -> Self { in from_value()
145 raw::TEE_InitValueAttribute(&mut res.raw, id as u32, a, b); in from_value()
/optee_rust/optee-teec/src/
A Dparameter.rs40 pub fn new(a: u32, b: u32, param_type: ParamType) -> Self { in new()
41 let raw = raw::TEEC_Value { a, b }; in new()
51 pub fn b(&self) -> u32 { in b() method
52 self.raw.b in b()
A Duuid.rs72 pub fn from_slice(b: &[u8]) -> Result<Uuid, BytesError> { in from_slice()
73 let uuid = uuid_crate::Uuid::from_slice(b)?; in from_slice()
/optee_rust/optee-utee/optee-utee-sys/src/
A Dutee_types.rs51 b: u64, field
A Dtee_api_types.rs53 pub b: u32, field
A Dtee_api.rs145 b: *mut u32, in TEE_GetObjectValueAttribute()
173 b: u32, in TEE_InitValueAttribute()
/optee_rust/optee-utee/macros/src/
A Dlib.rs295 let mut b = unsafe {Box::from_raw(sess_ctx as *mut #t)}; in ta_close_session() variables
296 #ident(&mut b); in ta_close_session()
297 drop(b); in ta_close_session()
393 let mut b = unsafe {Box::from_raw(sess_ctx as *mut #t)}; in ta_invoke_command() variables
394 match #ident(&mut b, cmd_id, &mut parameters) { in ta_invoke_command()
396 core::mem::forget(b); in ta_invoke_command()
/optee_rust/examples/secure_storage-rs/host/src/
A Dmain.rs77 if obj1_data.iter().zip(read_data.iter()).all(|(a, b)| a == b) { in main()
/optee_rust/examples/aes-rs/host/src/
A Dmain.rs114 if clear.iter().zip(tmp.iter()).all(|(a, b)| a == b) { in main()
/optee_rust/examples/authentication-rs/host/src/
A Dmain.rs111 .all(|(a, b)| a == b) in main()
/optee_rust/examples/diffie_hellman-rs/host/src/
A Dmain.rs42 let private_size = operation.parameters().1.b() as usize; in generate_key()
/optee_rust/.github/workflows/
A Dci.yml45 git clone https://github.com/OP-TEE/optee_os.git -b 4.0.0 ~/optee_os
46 git clone https://github.com/OP-TEE/optee_client.git -b 4.0.0 ~/optee_client
81 git clone https://github.com/OP-TEE/optee_os.git -b 4.0.0 ~/optee_os
82 git clone https://github.com/OP-TEE/optee_client.git -b 4.0.0 ~/optee_client
/optee_rust/optee-teec/optee-teec-sys/src/
A Dtee_client_api.rs137 pub b: u32, field
/optee_rust/
A DLICENSE98 (b) You must cause any modified files to carry prominent notices

Completed in 55 milliseconds