Searched defs:TEE_BigInt (Results 1 – 2 of 2) sorted by relevance
| /optee_rust/optee-utee/optee-utee-sys/src/ |
| A D | tee_api.rs | 514 n: *const TEE_BigInt, in TEE_BigIntMod() 520 n: *const TEE_BigInt, in TEE_BigIntAddMod() 526 n: *const TEE_BigInt, in TEE_BigIntSubMod() 532 n: *const TEE_BigInt, in TEE_BigIntMulMod() 537 n: *const TEE_BigInt, in TEE_BigIntSquareMod() 542 n: *const TEE_BigInt, in TEE_BigIntInvMod() 549 gcd: *mut TEE_BigInt, in TEE_BigIntComputeExtendedGcd() 550 u: *mut TEE_BigInt, in TEE_BigIntComputeExtendedGcd() 551 v: *mut TEE_BigInt, in TEE_BigIntComputeExtendedGcd() 562 n: *const TEE_BigInt, in TEE_BigIntConvertToFMM() [all …]
|
| A D | tee_api_types.rs | 181 pub type TEE_BigInt = u32; typedef
|
Completed in 10 milliseconds