Home
last modified time | relevance | path

Searched refs:Encrypt (Results 1 – 8 of 8) sorted by relevance

/optee_rust/examples/acipher-rs/proto/src/
A Dlib.rs21 Encrypt, enumerator
32 2 => Command::Encrypt, in from()
/optee_rust/examples/authentication-rs/proto/src/
A Dlib.rs40 Encrypt, enumerator
49 0 => Mode::Encrypt, in from()
/optee_rust/examples/acipher-rs/ta/src/
A Dmain.rs89 OperationMode::Encrypt, in encrypt()
130 Command::Encrypt => encrypt(sess_ctx, params), in invoke_command()
/optee_rust/examples/authentication-rs/ta/src/
A Dmain.rs96 Mode::Encrypt => OperationMode::Encrypt, in prepare()
/optee_rust/examples/acipher-rs/host/src/
A Dmain.rs43 session.invoke_command(Command::Encrypt as u32, &mut operation2)?; in enc_dec()
/optee_rust/examples/authentication-rs/host/src/
A Dmain.rs96 prepare(&mut session, Mode::Encrypt, &nonce, &key, &aad)?; in main()
/optee_rust/examples/aes-rs/ta/src/
A Dmain.rs108 Mode::Encode => Ok(OperationMode::Encrypt), in ta2tee_mode_id()
/optee_rust/optee-utee/src/
A Dcrypto_op.rs26 Encrypt = 0, enumerator

Completed in 25 milliseconds