Searched refs:Encrypt (Results 1 – 8 of 8) sorted by relevance
| /optee_rust/examples/acipher-rs/proto/src/ |
| A D | lib.rs | 23 Encrypt, enumerator 34 2 => Command::Encrypt, in from()
|
| /optee_rust/examples/authentication-rs/proto/src/ |
| A D | lib.rs | 42 Encrypt, enumerator 51 0 => Mode::Encrypt, in from()
|
| /optee_rust/examples/acipher-rs/ta/src/ |
| A D | main.rs | 94 OperationMode::Encrypt, in encrypt() 135 Command::Encrypt => encrypt(sess_ctx, params), in invoke_command()
|
| /optee_rust/examples/authentication-rs/ta/src/ |
| A D | main.rs | 102 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 | 113 Mode::Encode => Ok(OperationMode::Encrypt), in ta2tee_mode_id()
|
| /optee_rust/optee-utee/src/ |
| A D | crypto_op.rs | 30 Encrypt = 0, enumerator
|
Completed in 26 milliseconds