Home
last modified time | relevance | path

Searched refs:DeriveKey (Results 1 – 4 of 4) sorted by relevance

/optee_rust/examples/diffie_hellman-rs/proto/src/
A Dlib.rs20 DeriveKey, enumerator
29 1 => Command::DeriveKey, in from()
/optee_rust/examples/diffie_hellman-rs/ta/src/
A Dmain.rs23 use optee_utee::{AlgorithmId, DeriveKey};
103 match DeriveKey::allocate(AlgorithmId::DhDeriveSharedSecret, KEY_SIZE) { in derive_key()
130 Command::DeriveKey => { in invoke_command()
/optee_rust/examples/diffie_hellman-rs/host/src/
A Dmain.rs58 session.invoke_command(Command::DeriveKey as u32, &mut operation)?; in derive_key()
/optee_rust/optee-utee/src/
A Dcrypto_op.rs1469 pub struct DeriveKey(OperationHandle); struct
1471 impl DeriveKey { implementation
1578 impl OpHandle for DeriveKey { implementation

Completed in 6 milliseconds