Home
last modified time | relevance | path

Searched defs:AttributeId (Results 1 – 1 of 1) sorted by relevance

/optee_rust/optee-utee/src/
A Dobject.rs91 pub fn from_ref(id: AttributeId, buffer: &'attrref [u8]) -> Self { in from_ref()
138 pub fn from_value(id: AttributeId, a: u32, b: u32) -> Self { in from_value()
242 fn ref_attribute(&self, id: AttributeId, buffer: &mut [u8]) -> Result<usize> { in ref_attribute()
359 pub enum AttributeId { enum
688 pub fn ref_attribute(&self, id: AttributeId, buffer: &mut [u8]) -> Result<usize> { in ref_attribute()
1141 pub fn ref_attribute(&self, id: AttributeId, buffer: &mut [u8]) -> Result<usize> { in ref_attribute()

Completed in 6 milliseconds