Searched refs:bigint_binary (Results 1 – 1 of 1) sorted by relevance
| /optee_os/lib/libutee/ |
| H A D | tee_api_arith_mpi.c | 398 static void bigint_binary(TEE_BigInt *dest, const TEE_BigInt *op1, in bigint_binary() function 482 bigint_binary(dest, op1, op2, mbedtls_mpi_add_mpi); in TEE_BigIntAdd() 488 bigint_binary(dest, op1, op2, mbedtls_mpi_sub_mpi); in TEE_BigIntSub() 529 bigint_binary(tmp, op1, op2, mbedtls_mpi_mul_mpi); in TEE_BigIntMul() 589 bigint_binary(dest, op, n, mbedtls_mpi_mod_mpi); in TEE_BigIntMod()
|