Searched refs:Encrypt (Results 1 – 8 of 8) sorted by relevance
| /optee_rust/examples/acipher-rs/proto/src/ |
| A D | lib.rs | 21 Encrypt, enumerator 32 2 => Command::Encrypt, in from()
|
| /optee_rust/examples/authentication-rs/proto/src/ |
| A D | lib.rs | 40 Encrypt, enumerator 49 0 => Mode::Encrypt, in from()
|
| /optee_rust/examples/acipher-rs/ta/src/ |
| A D | main.rs | 89 OperationMode::Encrypt, in encrypt() 130 Command::Encrypt => encrypt(sess_ctx, params), in invoke_command()
|
| /optee_rust/examples/authentication-rs/ta/src/ |
| A D | main.rs | 96 Mode::Encrypt => OperationMode::Encrypt, in prepare()
|
| /optee_rust/examples/acipher-rs/host/src/ |
| A D | main.rs | 43 session.invoke_command(Command::Encrypt as u32, &mut operation2)?; in enc_dec()
|
| /optee_rust/examples/authentication-rs/host/src/ |
| A D | main.rs | 96 prepare(&mut session, Mode::Encrypt, &nonce, &key, &aad)?; in main()
|
| /optee_rust/examples/aes-rs/ta/src/ |
| A D | main.rs | 108 Mode::Encode => Ok(OperationMode::Encrypt), in ta2tee_mode_id()
|
| /optee_rust/optee-utee/src/ |
| A D | crypto_op.rs | 26 Encrypt = 0, enumerator
|
Completed in 25 milliseconds