Searched refs:get_mpi (Results 1 – 1 of 1) sorted by relevance
| /optee_os/lib/libutee/ |
| H A D | tee_api_arith_mpi.c | 85 static void get_mpi(mbedtls_mpi *mpi, const TEE_BigInt *bigInt) in get_mpi() function 146 get_mpi(&mpi_dest, NULL); in TEE_BigIntConvertFromOctetString() 179 get_mpi(&mpi, bigInt); in TEE_BigIntConvertToOctetString() 210 get_mpi(&mpi, dest); in TEE_BigIntConvertFromS32() 224 get_mpi(&mpi, src); in TEE_BigIntConvertToS32() 251 get_mpi(&mpi1, op1); in TEE_BigIntCmp() 252 get_mpi(&mpi2, op2); in TEE_BigIntCmp() 267 get_mpi(&mpi, op); in TEE_BigIntCmpS32() 281 get_mpi(&mpi_dest, dest); in TEE_BigIntShiftRight() 288 get_mpi(&mpi_op, op); in TEE_BigIntShiftRight() [all …]
|