Searched refs:MPI_ECP_COND_SWAP (Results 1 – 1 of 1) sorted by relevance
/third_party/mbedtls/library/ |
D | ecp.c | 1227 #define MPI_ECP_COND_SWAP(X, Y, cond) \ macro 2598 MPI_ECP_COND_SWAP(&R->X, &RP.X, b); in ecp_mul_mxz() 2599 MPI_ECP_COND_SWAP(&R->Z, &RP.Z, b); in ecp_mul_mxz() 2601 MPI_ECP_COND_SWAP(&R->X, &RP.X, b); in ecp_mul_mxz() 2602 MPI_ECP_COND_SWAP(&R->Z, &RP.Z, b); in ecp_mul_mxz()
|