Home
last modified time | relevance | path

Searched refs:ParamValue (Results 1 – 12 of 12) sorted by relevance

/optee_rust/examples/hello_world-rs/host/src/
A Dmain.rs19 use optee_teec::{ParamNone, ParamValue};
23 let p0 = ParamValue::new(29, 0, ParamType::ValueInout); in hello_world()
/optee_rust/examples/aes-rs/host/src/
A Dmain.rs19 Context, Operation, ParamNone, ParamTmpRef, ParamType, ParamValue, Session, Uuid,
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/examples/diffie_hellman-rs/host/src/
A Dmain.rs19 use optee_teec::{ParamNone, ParamTmpRef, ParamValue};
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-utee/src/
A Dparameter.rs36 pub struct ParamValue<'parameter> { struct
42 impl<'parameter> ParamValue<'parameter> { argument
107 pub unsafe fn as_value(&mut self) -> Result<ParamValue> { in as_value() argument
110 Ok(ParamValue { in as_value()
/optee_rust/examples/big_int-rs/host/src/
A Dmain.rs19 use optee_teec::{ParamNone, ParamTmpRef, ParamValue};
29 let p1 = ParamValue::new(number1, 0, ParamType::ValueInput); in big_int()
/optee_rust/examples/acipher-rs/host/src/
A Dmain.rs19 use optee_teec::{Error, ErrorKind, ParamNone, ParamTmpRef, ParamValue};
24 let p0 = ParamValue::new(key_size, 0, ParamType::ValueInput); in gen_key()
33 let p0 = ParamValue::new(0, 0, ParamType::ValueOutput); in enc_dec()
/optee_rust/examples/hotp-rs/host/src/
A Dmain.rs19 Context, Error, ErrorKind, Operation, ParamNone, ParamTmpRef, ParamType, ParamValue, Session,
44 let p0 = ParamValue::new(0, 0, ParamType::ValueOutput); in get_hotp()
/optee_rust/optee-teec/src/
A Dlib.rs21 pub use self::parameter::{Param, ParamNone, ParamTmpRef, ParamType, ParamTypes, ParamValue};
A Dparameter.rs32 pub struct ParamValue { struct
37 impl ParamValue { argument
56 impl Param for ParamValue { implementation
/optee_rust/examples/digest-rs/host/src/
A Dmain.rs19 Context, Operation, ParamNone, ParamTmpRef, ParamType, ParamValue, Session, Uuid,
36 let p2 = ParamValue::new(0, 0, ParamType::ValueOutput); in do_final()
/optee_rust/examples/message_passing_interface-rs/host/src/
A Dmain.rs20 use optee_teec::{Context, Uuid, ParamType, ParamTmpRef, ParamValue, ParamNone, Operation};
56 let p2 = ParamValue::new(0, 0, ParamType::ValueInout); in invoke()
/optee_rust/examples/authentication-rs/host/src/
A Dmain.rs19 Context, Operation, ParamNone, ParamTmpRef, ParamType, ParamValue, Session, Uuid,
30 let p0 = ParamValue::new(mode as u32, 0, ParamType::ValueInput); in prepare()

Completed in 9 milliseconds