Home
last modified time | relevance | path

Searched refs:Attribute (Results 1 – 2 of 2) sorted by relevance

/optee_rust/optee-utee/src/
A Dobject.rs25 pub struct Attribute { struct
29 impl Attribute { implementation
37 impl<'attrref> From<AttributeMemref<'attrref>> for Attribute { implementation
44 impl From<AttributeValue> for Attribute { implementation
586 pub fn populate(&mut self, attrs: &[Attribute]) -> Result<()> { in populate()
811 pub fn generate_key(&self, key_size: usize, params: &[Attribute]) -> Result<()> { in generate_key()
A Dcrypto_op.rs18 use crate::{Attribute, Error, ObjHandle, Result, TransientObject};
1271 pub fn encrypt(&self, params: &[Attribute], src: &[u8]) -> Result<Vec<u8>> { in encrypt() argument
1314 pub fn decrypt(&self, params: &[Attribute], src: &[u8]) -> Result<Vec<u8>> { in decrypt() argument
1360 params: &[Attribute], in sign_digest() argument
1407 params: &[Attribute], in verify_digest() argument
1530 pub fn derive(&self, params: &[Attribute], object: &mut TransientObject) { in derive() argument

Completed in 8 milliseconds