Searched refs:ref_attribute (Results 1 – 3 of 3) sorted by relevance
| /optee_rust/examples/diffie_hellman-rs/ta/src/ |
| A D | main.rs | 90 .ref_attribute(AttributeId::DhPublicValue, &mut public_buffer) in generate_key() 95 .ref_attribute(AttributeId::DhPrivateValue, &mut private_buffer) in generate_key() 116 .ref_attribute(AttributeId::SecretValue, p1.buffer()) in derive_key()
|
| /optee_rust/examples/signature_verification-rs/ta/src/ |
| A D | main.rs | 80 match rsa_key.ref_attribute(AttributeId::RsaModulus, &mut p1.buffer()) { in sign() 85 match rsa_key.ref_attribute(AttributeId::RsaPublicExponent, &mut p1.buffer()[pub_key_size..]) { in sign()
|
| /optee_rust/optee-utee/src/ |
| A D | object.rs | 246 fn ref_attribute(&self, id: AttributeId, buffer: &mut [u8]) -> Result<usize> { in ref_attribute() method 692 pub fn ref_attribute(&self, id: AttributeId, buffer: &mut [u8]) -> Result<usize> { in ref_attribute() method 693 self.0.ref_attribute(id, buffer) in ref_attribute() 1145 pub fn ref_attribute(&self, id: AttributeId, buffer: &mut [u8]) -> Result<usize> { in ref_attribute() method 1146 self.0.ref_attribute(id, buffer) in ref_attribute()
|
Completed in 12 milliseconds