Searched refs:sub (Results 1 – 4 of 4) sorted by relevance
74 fn sub(n0: &BigInt, n1: &BigInt) -> Result<()> { in sub() function75 let res = BigInt::sub(n0, n1); in sub()114 Command::Sub => sub(&n0, &n1), in invoke_command()
16 sub rsa4096 2020-08-17 [E]
9 crates). Teaclave TrustZone SDK is a sub-project of [Apache Teaclave (incubating)](https://teaclave…48 `optee_client/` as sub-directory.
121 pub fn sub(op1: &Self, op2: &Self) -> Self { in sub() method
Completed in 7 milliseconds