Searched refs:TEE_BigInt (Results 1 – 2 of 2) sorted by relevance
| /optee_rust/optee-utee/optee-utee-sys/src/ |
| A D | tee_api.rs | 485 pub fn TEE_BigIntCmp(op1: *const TEE_BigInt, op2: *const TEE_BigInt) -> i32; in TEE_BigIntCmp() argument 496 pub fn TEE_BigIntAbs(dest: *mut TEE_BigInt, src: *const TEE_BigInt) -> TEE_Result; in TEE_BigIntAbs() argument 507 pub fn TEE_BigIntNeg(dest: *mut TEE_BigInt, op: *const TEE_BigInt) -> c_void; in TEE_BigIntNeg() argument 513 pub fn TEE_BigIntSquare(dest: *mut TEE_BigInt, op: *const TEE_BigInt) -> c_void; in TEE_BigIntSquare() argument 526 n: *const TEE_BigInt, in TEE_BigIntMod() argument 532 n: *const TEE_BigInt, in TEE_BigIntAddMod() argument 538 n: *const TEE_BigInt, in TEE_BigIntSubMod() argument 544 n: *const TEE_BigInt, in TEE_BigIntMulMod() argument 549 n: *const TEE_BigInt, in TEE_BigIntSquareMod() argument 569 u: *mut TEE_BigInt, in TEE_BigIntComputeExtendedGcd() argument [all …]
|
| A D | tee_api_types.rs | 185 pub type TEE_BigInt = u32; typedef
|
Completed in 12 milliseconds