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.rs22 Cipher, enumerator
33 3 => Command::Cipher, in from()
/optee_rust/examples/aes-rs/ta/src/
A Dmain.rs24 use optee_utee::{AlgorithmId, ElementId, Cipher, OperationMode};
32 pub cipher: Cipher,
40 cipher: Cipher::null(), in default()
81 Command::Cipher => { in invoke_command()
124 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.rs100 Cipher = 1, enumerator
510 pub struct Cipher(OperationHandle); struct
512 impl Cipher { impls
738 impl OpHandle for Cipher { implementation

Completed in 26 milliseconds