Home
last modified time | relevance | path

Searched refs:ValueOutput (Results 1 – 6 of 6) sorted by relevance

/optee_rust/optee-utee/src/
A Dparameter.rs109 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 Dmain.rs31 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 Dparameter.rs163 ValueOutput = 2, enumerator
202 2 => ParamType::ValueOutput, in from()
/optee_rust/examples/hotp-rs/host/src/
A Dmain.rs44 let p0 = ParamValue::new(0, 0, ParamType::ValueOutput); in get_hotp()
/optee_rust/examples/digest-rs/host/src/
A Dmain.rs36 let p2 = ParamValue::new(0, 0, ParamType::ValueOutput); in do_final()
/optee_rust/examples/acipher-rs/host/src/
A Dmain.rs33 let p0 = ParamValue::new(0, 0, ParamType::ValueOutput); in enc_dec()

Completed in 16 milliseconds