Home
last modified time | relevance | path

Searched defs:new (Results 1 – 11 of 11) sorted by relevance

/optee_rust/optee-utee/src/
A Dextension.rs26 pub fn new(uuid: &Uuid) -> Self { in new() method
A Dtrace.rs27 fn new() -> Self { in new() method
A Dtime.rs32 pub fn new() -> Self { in new() method
A Darithmetical.rs38 pub fn new(bits: u32) -> Self { in new() method
272 pub fn new(bits: u32, modulus: BigInt) -> Result<Self> { in new() method
293 pub fn new(bits: u32) -> Self { in new() method
A Derror.rs151 pub fn new(kind: ErrorKind) -> Error { in new() method
/optee_rust/optee-teec/src/
A Dextension.rs49 pub fn new(cmd: u32, sub_cmd: u32, inout: &'a mut [u8]) -> Self { in new() method
A Dcontext.rs38 pub fn new() -> Result<Context> { in new() method
A Doperation.rs35 pub fn new(started: u32, mut p0: A, mut p1: B, mut p2: C, mut p3: D) -> Operation<A, B, C, D> { in new() method
A Dsession.rs51 pub fn new<A: Param, B: Param, C: Param, D: Param>( in new() method
A Dparameter.rs40 pub fn new(a: u32, b: u32, param_type: ParamType) -> Self { in new() method
219 pub fn new(p0: ParamType, p1: ParamType, p2: ParamType, p3: ParamType) -> Self { in new() method
A Derror.rs120 pub fn new(kind: ErrorKind) -> Error { in new() method

Completed in 23 milliseconds