| /optee_rust/optee-utee/src/ |
| A D | parameter.rs | 47 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 D | uuid.rs | 71 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 D | object.rs | 120 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 D | parameter.rs | 40 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 D | uuid.rs | 72 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 D | lib.rs | 292 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 D | utee_types.rs | 51 b: u64, field
|
| A D | tee_api_types.rs | 50 pub b: u32, field
|
| /optee_rust/examples/secure_storage-rs/host/src/ |
| A D | main.rs | 77 if obj1_data.iter().zip(read_data.iter()).all(|(a, b)| a == b) { in main()
|
| /optee_rust/examples/aes-rs/host/src/ |
| A D | main.rs | 114 if clear.iter().zip(tmp.iter()).all(|(a, b)| a == b) { in main()
|
| /optee_rust/examples/authentication-rs/host/src/ |
| A D | main.rs | 111 .all(|(a, b)| a == b) in main()
|
| /optee_rust/docs/ |
| A D | getting-started-with-optee-for-qemu-armv8.md | 25 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 D | main.rs | 42 let private_size = operation.parameters().1.b() as usize; in generate_key()
|
| /optee_rust/optee-teec/optee-teec-sys/src/ |
| A D | tee_client_api.rs | 130 pub b: u32, field
|
| /optee_rust/examples/supp_plugin-rs/ta/ |
| A D | ta_aarch64.lds | 74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
|
| /optee_rust/examples/time-rs/ta/ |
| A D | ta_aarch64.lds | 74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
|
| A D | ta_arm.lds | 74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
|
| /optee_rust/examples/random-rs/ta/ |
| A D | ta_aarch64.lds | 74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
|
| A D | ta_arm.lds | 74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
|
| /optee_rust/examples/hello_world-rs/ta/ |
| A D | ta_aarch64.lds | 74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
|
| A D | ta_arm.lds | 74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
|
| /optee_rust/examples/secure_storage-rs/ta/ |
| A D | ta_arm.lds | 74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
|
| /optee_rust/examples/serde-rs/ta/ |
| A D | ta_aarch64.lds | 74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
|
| A D | ta_arm.lds | 74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
|
| /optee_rust/examples/hotp-rs/ta/ |
| A D | ta_aarch64.lds | 74 *(.bss .bss.* .gnu.linkonce.b.* COMMON)
|