Home
last modified time | relevance | path

Searched refs:module (Results 1 – 2 of 2) sorted by relevance

/optee_rust/examples/big_int-rs/ta/src/
A Dmain.rs92 fn module(n0: &BigInt, n1: &BigInt) -> Result<()> { in module() function
93 let res = BigInt::module(n0, n1); in module()
117 Command::Module => module(&n0, &n1), in invoke_command()
/optee_rust/optee-utee/src/
A Darithmetical.rs168 pub fn module(op: &Self, n: &Self) -> Self { in module() method

Completed in 17 milliseconds