Searched refs:MPI_ECP_COND_SWAP (Results 1 – 1 of 1) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ecp.c | 1220 #define MPI_ECP_COND_SWAP(X, Y, cond) \ macro 2594 MPI_ECP_COND_SWAP(&R->X, &RP.X, b); in ecp_mul_mxz() 2595 MPI_ECP_COND_SWAP(&R->Z, &RP.Z, b); in ecp_mul_mxz() 2597 MPI_ECP_COND_SWAP(&R->X, &RP.X, b); in ecp_mul_mxz() 2598 MPI_ECP_COND_SWAP(&R->Z, &RP.Z, b); in ecp_mul_mxz()
|