Searched defs:TEE_Attribute (Results 1 – 3 of 3) sorted by relevance
| /optee_rust/optee-utee/optee-utee-sys/src/ |
| A D | tee_api_types.rs | 125 pub struct TEE_Attribute { struct 126 pub attributeID: u32, 127 pub content: content,
|
| A D | tee_api.rs | 160 attrs: *const TEE_Attribute, in TEE_PopulateTransientObject() 164 attr: *mut TEE_Attribute, in TEE_InitRefAttribute() 170 attr: *mut TEE_Attribute, in TEE_InitValueAttribute() 186 params: *const TEE_Attribute, in TEE_GenerateKey() 396 params: *const TEE_Attribute, in TEE_AsymmetricEncrypt() 405 params: *const TEE_Attribute, in TEE_AsymmetricDecrypt() 414 params: *const TEE_Attribute, in TEE_AsymmetricSignDigest() 423 params: *const TEE_Attribute, in TEE_AsymmetricVerifyDigest() 435 params: *const TEE_Attribute, in TEE_DeriveKey()
|
| /optee_rust/optee-utee/src/ |
| A D | object.rs | 35 pub fn raw(&self) -> raw::TEE_Attribute { in raw() 63 pub fn raw(&self) -> raw::TEE_Attribute { in raw() 116 pub fn raw(&self) -> raw::TEE_Attribute { in raw()
|
Completed in 18 milliseconds