Searched refs:id (Results 1 – 4 of 4) sorted by relevance
| /optee_rust/optee-utee/src/ |
| A D | object.rs | 91 pub fn from_ref(id: AttributeId, buffer: &'attrref [u8]) -> Self { in from_ref() 96 id as u32, in from_ref() 138 pub fn from_value(id: AttributeId, a: u32, b: u32) -> Self { in from_value() 247 id as u32, in ref_attribute() 257 fn value_attribute(&self, id: u32) -> Result<(u32, u32)> { in value_attribute() 263 id, in value_attribute() 689 self.0.ref_attribute(id, buffer) in ref_attribute() 725 pub fn value_attribute(&self, id: u32) -> Result<(u32, u32)> { in value_attribute() 726 self.0.value_attribute(id) in value_attribute() 1142 self.0.ref_attribute(id, buffer) in ref_attribute() [all …]
|
| /optee_rust/tests/ |
| A D | optee-qemuv8.sh | 32 -fsdev local,id=fsdev0,path=$(pwd)/../shared,security_model=none \ 34 -netdev user,id=vmnic \
|
| /optee_rust/ |
| A D | .licenserc.yaml | 20 spdx-id: Apache-2.0
|
| /optee_rust/optee-teec/optee-teec-sys/src/ |
| A D | tee_client_api.rs | 104 pub id: c_int, field
|
Completed in 9 milliseconds