Searched refs:TEE_BigInt (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/lib/libutee/include/ |
A D | tee_internal_api.h | 386 void TEE_BigIntAdd(TEE_BigInt *dest, const TEE_BigInt *op1, 389 void TEE_BigIntSub(TEE_BigInt *dest, const TEE_BigInt *op1, 392 void TEE_BigIntNeg(TEE_BigInt *dest, const TEE_BigInt *op); 394 void TEE_BigIntMul(TEE_BigInt *dest, const TEE_BigInt *op1, 399 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r, 400 const TEE_BigInt *op1, const TEE_BigInt *op2); 404 void TEE_BigIntMod(TEE_BigInt *dest, const TEE_BigInt *op, 408 const TEE_BigInt *op2, const TEE_BigInt *n); 411 const TEE_BigInt *op2, const TEE_BigInt *n); 414 const TEE_BigInt *op2, const TEE_BigInt *n); [all …]
|
A D | tee_api_types.h | 167 typedef uint32_t TEE_BigInt; typedef
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_arith_mpi.c | 351 const TEE_BigInt *op2, const TEE_BigInt *n, in bigint_binary_mod() 396 void TEE_BigIntAdd(TEE_BigInt *dest, const TEE_BigInt *op1, in TEE_BigIntAdd() 402 void TEE_BigIntSub(TEE_BigInt *dest, const TEE_BigInt *op1, in TEE_BigIntSub() 408 void TEE_BigIntNeg(TEE_BigInt *dest, const TEE_BigInt *src) in TEE_BigIntNeg() 458 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r, in TEE_BigIntDiv() 459 const TEE_BigInt *op1, const TEE_BigInt *op2) in TEE_BigIntDiv() 501 void TEE_BigIntMod(TEE_BigInt *dest, const TEE_BigInt *op, const TEE_BigInt *n) in TEE_BigIntMod() 510 const TEE_BigInt *op2, const TEE_BigInt *n) in TEE_BigIntAddMod() 516 const TEE_BigInt *op2, const TEE_BigInt *n) in TEE_BigIntSubMod() 522 const TEE_BigInt *op2, const TEE_BigInt *n) in TEE_BigIntMulMod() [all …]
|
/optee_os-3.20.0/ |
A D | typedefs.checkpatch | 30 TEE_BigInt
|
Completed in 6 milliseconds