Home
last modified time | relevance | path

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

12

/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.rs120 value: raw::Value { a: 0, b: 0 }, in new_value()
138 pub fn from_value(id: AttributeId, a: u32, b: u32) -> Self { in from_value()
141 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/macros/src/
A Dlib.rs292 let mut b = unsafe {Box::from_raw(sess_ctx as *mut #t)}; in ta_close_session() variables
293 #ident(&mut b); in ta_close_session()
294 drop(b); in ta_close_session()
390 let mut b = unsafe {Box::from_raw(sess_ctx as *mut #t)}; in ta_invoke_command() variables
391 match #ident(&mut b, cmd_id, &mut parameters) { in ta_invoke_command()
393 std::mem::forget(b); in ta_invoke_command()
/optee_rust/optee-utee/optee-utee-sys/src/
A Dutee_types.rs51 b: u64, field
A Dtee_api_types.rs50 pub b: u32, field
/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/docs/
A Dgetting-started-with-optee-for-qemu-armv8.md25 repo init -u https://github.com/OP-TEE/manifest.git -m qemu_v8.xml -b 3.14.0 && \
78 diff --git a/qemu_v8.mk b/qemu_v8.mk
81 +++ b/qemu_v8.mk
/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/optee-teec/optee-teec-sys/src/
A Dtee_client_api.rs130 pub b: u32, field
/optee_rust/examples/supp_plugin-rs/ta/
A Dta_aarch64.lds74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
/optee_rust/examples/time-rs/ta/
A Dta_aarch64.lds74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
A Dta_arm.lds74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
/optee_rust/examples/random-rs/ta/
A Dta_aarch64.lds74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
A Dta_arm.lds74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
/optee_rust/examples/hello_world-rs/ta/
A Dta_aarch64.lds74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
A Dta_arm.lds74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
/optee_rust/examples/secure_storage-rs/ta/
A Dta_arm.lds74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
/optee_rust/examples/serde-rs/ta/
A Dta_aarch64.lds74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
A Dta_arm.lds74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
/optee_rust/examples/hotp-rs/ta/
A Dta_aarch64.lds74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)

Completed in 41 milliseconds

12