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.rs23 Encrypt, enumerator
34 2 => Command::Encrypt, in from()
/optee_rust/examples/authentication-rs/proto/src/
A Dlib.rs42 Encrypt, enumerator
51 0 => Mode::Encrypt, in from()
/optee_rust/examples/acipher-rs/ta/src/
A Dmain.rs94 OperationMode::Encrypt, in encrypt()
135 Command::Encrypt => encrypt(sess_ctx, params), in invoke_command()
/optee_rust/examples/authentication-rs/ta/src/
A Dmain.rs102 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.rs113 Mode::Encode => Ok(OperationMode::Encrypt), in ta2tee_mode_id()
/optee_rust/optee-utee/src/
A Dcrypto_op.rs30 Encrypt = 0, enumerator

Completed in 26 milliseconds