Lines Matching defs:X
1060 mbedtls_mpi *X, in mbedtls_mpi_mul_mod()
1083 mbedtls_mpi *X, in mbedtls_mpi_sub_mod()
1104 mbedtls_mpi *X, in mbedtls_mpi_add_mod()
1117 mbedtls_mpi *X, in mbedtls_mpi_mul_int_mod()
1131 mbedtls_mpi *X, in mbedtls_mpi_sub_int_mod()
1143 #define MPI_ECP_SUB_INT(X, A, c) \ argument
1148 mbedtls_mpi *X, in mbedtls_mpi_shift_l_mod()
1164 #define MPI_ECP_ADD(X, A, B) \ argument
1167 #define MPI_ECP_SUB(X, A, B) \ argument
1170 #define MPI_ECP_MUL(X, A, B) \ argument
1173 #define MPI_ECP_SQR(X, A) \ argument
1176 #define MPI_ECP_MUL_INT(X, A, c) \ argument
1182 #define MPI_ECP_MOV(X, A) \ argument
1185 #define MPI_ECP_SHIFT_L(X, count) \ argument
1188 #define MPI_ECP_LSET(X, c) \ argument
1191 #define MPI_ECP_CMP_INT(X, c) \ argument
1194 #define MPI_ECP_CMP(X, Y) \ argument
1198 #define MPI_ECP_RAND(X) \ argument
1203 #define MPI_ECP_COND_NEG(X, cond) \ argument
1212 #define MPI_ECP_NEG(X) MPI_ECP_COND_NEG((X), 1) argument
1214 #define MPI_ECP_VALID(X) \ argument
1217 #define MPI_ECP_COND_ASSIGN(X, Y, cond) \ argument
1220 #define MPI_ECP_COND_SWAP(X, Y, cond) \ argument
1231 const mbedtls_mpi *X) in ecp_sw_rhs()
1256 const mbedtls_mpi *X, in mbedtls_ecp_sw_derive_y()
1609 mbedtls_mpi * const X = &R->X; in ecp_add_mixed() local
2951 static int ecp_check_bad_points_mx(const mbedtls_mpi *X, const mbedtls_mpi *P, in ecp_check_bad_points_mx()