Searched refs:ValueInput (Results 1 – 6 of 6) sorted by relevance
| /optee_rust/examples/aes-rs/host/src/ |
| A D | main.rs | 36 let p0 = ParamValue::new(Algo::CTR as u32, 0, ParamType::ValueInput); in prepare_aes() 37 let p1 = ParamValue::new(KeySize::Bit128 as u32, 0, ParamType::ValueInput); in prepare_aes() 38 let p2 = ParamValue::new(p2_value, 0, ParamType::ValueInput); in prepare_aes()
|
| /optee_rust/optee-utee/src/ |
| A D | parameter.rs | 109 ParamType::ValueInput | ParamType::ValueInout | ParamType::ValueOutput => { in as_value() 160 ValueInput = 1, enumerator 172 1 => ParamType::ValueInput, in from()
|
| /optee_rust/examples/big_int-rs/host/src/ |
| A D | main.rs | 29 let p1 = ParamValue::new(number1, 0, ParamType::ValueInput); in big_int()
|
| /optee_rust/optee-teec/src/ |
| A D | parameter.rs | 161 ValueInput = 1, enumerator 201 1 => ParamType::ValueInput, in from()
|
| /optee_rust/examples/acipher-rs/host/src/ |
| A D | main.rs | 24 let p0 = ParamValue::new(key_size, 0, ParamType::ValueInput); in gen_key()
|
| /optee_rust/examples/authentication-rs/host/src/ |
| A D | main.rs | 30 let p0 = ParamValue::new(mode as u32, 0, ParamType::ValueInput); in prepare()
|
Completed in 17 milliseconds