/optee_os/out/arm/export-ta_arm64/host_include/ |
A D | tee_api.h | 379 void TEE_BigIntAdd(TEE_BigInt *dest, const TEE_BigInt *op1, 382 void TEE_BigIntSub(TEE_BigInt *dest, const TEE_BigInt *op1, 385 void TEE_BigIntNeg(TEE_BigInt *dest, const TEE_BigInt *op); 387 void TEE_BigIntMul(TEE_BigInt *dest, const TEE_BigInt *op1, 392 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r, 393 const TEE_BigInt *op1, const TEE_BigInt *op2); 397 void TEE_BigIntMod(TEE_BigInt *dest, const TEE_BigInt *op, 401 const TEE_BigInt *op2, const TEE_BigInt *n); 404 const TEE_BigInt *op2, const TEE_BigInt *n); 407 const TEE_BigInt *op2, const TEE_BigInt *n); [all …]
|
A D | tee_api_types.h | 167 typedef uint32_t TEE_BigInt; typedef
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | tee_api.h | 379 void TEE_BigIntAdd(TEE_BigInt *dest, const TEE_BigInt *op1, 382 void TEE_BigIntSub(TEE_BigInt *dest, const TEE_BigInt *op1, 385 void TEE_BigIntNeg(TEE_BigInt *dest, const TEE_BigInt *op); 387 void TEE_BigIntMul(TEE_BigInt *dest, const TEE_BigInt *op1, 392 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r, 393 const TEE_BigInt *op1, const TEE_BigInt *op2); 397 void TEE_BigIntMod(TEE_BigInt *dest, const TEE_BigInt *op, 401 const TEE_BigInt *op2, const TEE_BigInt *n); 404 const TEE_BigInt *op2, const TEE_BigInt *n); 407 const TEE_BigInt *op2, const TEE_BigInt *n); [all …]
|
A D | tee_api_types.h | 167 typedef uint32_t TEE_BigInt; typedef
|
/optee_os/lib/libutee/include/ |
A D | tee_api.h | 379 void TEE_BigIntAdd(TEE_BigInt *dest, const TEE_BigInt *op1, 382 void TEE_BigIntSub(TEE_BigInt *dest, const TEE_BigInt *op1, 385 void TEE_BigIntNeg(TEE_BigInt *dest, const TEE_BigInt *op); 387 void TEE_BigIntMul(TEE_BigInt *dest, const TEE_BigInt *op1, 392 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r, 393 const TEE_BigInt *op1, const TEE_BigInt *op2); 397 void TEE_BigIntMod(TEE_BigInt *dest, const TEE_BigInt *op, 401 const TEE_BigInt *op2, const TEE_BigInt *n); 404 const TEE_BigInt *op2, const TEE_BigInt *n); 407 const TEE_BigInt *op2, const TEE_BigInt *n); [all …]
|
A D | tee_api_types.h | 167 typedef uint32_t TEE_BigInt; typedef
|
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | tee_api.h | 379 void TEE_BigIntAdd(TEE_BigInt *dest, const TEE_BigInt *op1, 382 void TEE_BigIntSub(TEE_BigInt *dest, const TEE_BigInt *op1, 385 void TEE_BigIntNeg(TEE_BigInt *dest, const TEE_BigInt *op); 387 void TEE_BigIntMul(TEE_BigInt *dest, const TEE_BigInt *op1, 392 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r, 393 const TEE_BigInt *op1, const TEE_BigInt *op2); 397 void TEE_BigIntMod(TEE_BigInt *dest, const TEE_BigInt *op, 401 const TEE_BigInt *op2, const TEE_BigInt *n); 404 const TEE_BigInt *op2, const TEE_BigInt *n); 407 const TEE_BigInt *op2, const TEE_BigInt *n); [all …]
|
A D | tee_api_types.h | 167 typedef uint32_t TEE_BigInt; typedef
|
/optee_os/out/arm/export-ta_arm32/include/ |
A D | tee_api.h | 379 void TEE_BigIntAdd(TEE_BigInt *dest, const TEE_BigInt *op1, 382 void TEE_BigIntSub(TEE_BigInt *dest, const TEE_BigInt *op1, 385 void TEE_BigIntNeg(TEE_BigInt *dest, const TEE_BigInt *op); 387 void TEE_BigIntMul(TEE_BigInt *dest, const TEE_BigInt *op1, 392 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r, 393 const TEE_BigInt *op1, const TEE_BigInt *op2); 397 void TEE_BigIntMod(TEE_BigInt *dest, const TEE_BigInt *op, 401 const TEE_BigInt *op2, const TEE_BigInt *n); 404 const TEE_BigInt *op2, const TEE_BigInt *n); 407 const TEE_BigInt *op2, const TEE_BigInt *n); [all …]
|
A D | tee_api_types.h | 167 typedef uint32_t TEE_BigInt; typedef
|
/optee_os/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/ |
A D | typedefs.checkpatch | 30 TEE_BigInt
|