Searched refs:ValueOutput (Results 1 – 6 of 6) sorted by relevance
| /optee_rust/optee-utee/src/ |
| A D | parameter.rs | 109 ParamType::ValueInput | ParamType::ValueInout | ParamType::ValueOutput => { in as_value() 161 ValueOutput = 2, enumerator 173 2 => ParamType::ValueOutput, in from()
|
| /optee_rust/examples/diffie_hellman-rs/host/src/ |
| A D | main.rs | 31 let p1 = ParamValue::new(0, 0, ParamType::ValueOutput); in generate_key() 55 let p2 = ParamValue::new(0, 0, ParamType::ValueOutput); in derive_key()
|
| /optee_rust/optee-teec/src/ |
| A D | parameter.rs | 163 ValueOutput = 2, enumerator 202 2 => ParamType::ValueOutput, in from()
|
| /optee_rust/examples/hotp-rs/host/src/ |
| A D | main.rs | 44 let p0 = ParamValue::new(0, 0, ParamType::ValueOutput); in get_hotp()
|
| /optee_rust/examples/digest-rs/host/src/ |
| A D | main.rs | 36 let p2 = ParamValue::new(0, 0, ParamType::ValueOutput); in do_final()
|
| /optee_rust/examples/acipher-rs/host/src/ |
| A D | main.rs | 33 let p0 = ParamValue::new(0, 0, ParamType::ValueOutput); in enc_dec()
|
Completed in 16 milliseconds