Home
last modified time | relevance | path

Searched refs:bigint_binary_mod (Results 1 – 1 of 1) sorted by relevance

/optee_os-3.20.0/lib/libutee/
A Dtee_api_arith_mpi.c350 static void bigint_binary_mod(TEE_BigInt *dest, const TEE_BigInt *op1, in bigint_binary_mod() function
512 bigint_binary_mod(dest, op1, op2, n, mbedtls_mpi_add_mpi); in TEE_BigIntAddMod()
518 bigint_binary_mod(dest, op1, op2, n, mbedtls_mpi_sub_mpi); in TEE_BigIntSubMod()
524 bigint_binary_mod(dest, op1, op2, n, mbedtls_mpi_mul_mpi); in TEE_BigIntMulMod()

Completed in 4 milliseconds