Searched refs:DeriveKey (Results 1 – 4 of 4) sorted by relevance
20 DeriveKey, enumerator29 1 => Command::DeriveKey, in from()
23 use optee_utee::{AlgorithmId, DeriveKey};103 match DeriveKey::allocate(AlgorithmId::DhDeriveSharedSecret, KEY_SIZE) { in derive_key()130 Command::DeriveKey => { in invoke_command()
58 session.invoke_command(Command::DeriveKey as u32, &mut operation)?; in derive_key()
1469 pub struct DeriveKey(OperationHandle); struct1471 impl DeriveKey { implementation1578 impl OpHandle for DeriveKey { implementation
Completed in 6 milliseconds