Searched refs:ref_attribute (Results 1 – 2 of 2) sorted by relevance
| /optee_rust/examples/diffie_hellman-rs/ta/src/ |
| A D | main.rs | 85 .ref_attribute(AttributeId::DhPublicValue, &mut public_buffer) in generate_key() 90 .ref_attribute(AttributeId::DhPrivateValue, &mut private_buffer) in generate_key() 111 .ref_attribute(AttributeId::SecretValue, p1.buffer()) in derive_key()
|
| /optee_rust/optee-utee/src/ |
| A D | object.rs | 242 fn ref_attribute(&self, id: AttributeId, buffer: &mut [u8]) -> Result<usize> { in ref_attribute() method 688 pub fn ref_attribute(&self, id: AttributeId, buffer: &mut [u8]) -> Result<usize> { in ref_attribute() method 689 self.0.ref_attribute(id, buffer) in ref_attribute() 1141 pub fn ref_attribute(&self, id: AttributeId, buffer: &mut [u8]) -> Result<usize> { in ref_attribute() method 1142 self.0.ref_attribute(id, buffer) in ref_attribute()
|
Completed in 16 milliseconds