Home
last modified time | relevance | path

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

/optee_rust/examples/aes-rs/proto/src/
A Dlib.rs24 Cipher, enumerator
35 3 => Command::Cipher, in from()
/optee_rust/examples/aes-rs/ta/src/
A Dmain.rs30 use optee_utee::{AlgorithmId, ElementId, Cipher, OperationMode};
37 pub cipher: Cipher,
45 cipher: Cipher::null(), in default()
86 Command::Cipher => { in invoke_command()
129 aes.cipher = Cipher::allocate( in alloc_resources()
/optee_rust/examples/aes-rs/host/src/
A Dmain.rs72 session.invoke_command(Command::Cipher as u32, &mut operation)?; in cipher_buffer()
/optee_rust/optee-utee/src/
A Dcrypto_op.rs104 Cipher = 1, enumerator
514 pub struct Cipher(OperationHandle); struct
516 impl Cipher { impls
742 impl OpHandle for Cipher { implementation

Completed in 10 milliseconds