Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 4 of 4) sorted by relevance

/optee_rust/examples/big_int-rs/ta/src/
A Dmain.rs74 fn sub(n0: &BigInt, n1: &BigInt) -> Result<()> { in sub() function
75 let res = BigInt::sub(n0, n1); in sub()
114 Command::Sub => sub(&n0, &n1), in invoke_command()
/optee_rust/
A DKEYS16 sub rsa4096 2020-08-17 [E]
A DREADME.md9 crates). Teaclave TrustZone SDK is a sub-project of [Apache Teaclave (incubating)](https://teaclave…
48 `optee_client/` as sub-directory.
/optee_rust/optee-utee/src/
A Darithmetical.rs121 pub fn sub(op1: &Self, op2: &Self) -> Self { in sub() method

Completed in 7 milliseconds