Searched defs:new (Results 1 – 11 of 11) sorted by relevance
| /optee_rust/optee-utee/src/ |
| A D | extension.rs | 26 pub fn new(uuid: &Uuid) -> Self { in new() method
|
| A D | trace.rs | 27 fn new() -> Self { in new() method
|
| A D | time.rs | 32 pub fn new() -> Self { in new() method
|
| A D | arithmetical.rs | 38 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 D | error.rs | 151 pub fn new(kind: ErrorKind) -> Error { in new() method
|
| /optee_rust/optee-teec/src/ |
| A D | extension.rs | 49 pub fn new(cmd: u32, sub_cmd: u32, inout: &'a mut [u8]) -> Self { in new() method
|
| A D | context.rs | 38 pub fn new() -> Result<Context> { in new() method
|
| A D | operation.rs | 35 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 D | session.rs | 51 pub fn new<A: Param, B: Param, C: Param, D: Param>( in new() method
|
| A D | parameter.rs | 40 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 D | error.rs | 120 pub fn new(kind: ErrorKind) -> Error { in new() method
|
Completed in 23 milliseconds