Searched refs:b (Results 1 – 18 of 18) sorted by relevance
| /optee_rust/docs/ |
| A D | expanding-ta-secure-memory-on-qemuv8.md | 22 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 D | debugging-optee-ta.md | 54 (gdb) b invoke_command
|
| /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 | 124 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 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/optee-utee-sys/src/ |
| A D | utee_types.rs | 51 b: u64, field
|
| A D | tee_api_types.rs | 53 pub b: u32, field
|
| A D | tee_api.rs | 145 b: *mut u32, in TEE_GetObjectValueAttribute() 173 b: u32, in TEE_InitValueAttribute()
|
| /optee_rust/optee-utee/macros/src/ |
| A D | lib.rs | 295 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 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/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/.github/workflows/ |
| A D | ci.yml | 45 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 D | tee_client_api.rs | 137 pub b: u32, field
|
| /optee_rust/ |
| A D | LICENSE | 98 (b) You must cause any modified files to carry prominent notices
|
Completed in 55 milliseconds