Lines Matching defs:X
1056 mbedtls_mpi *X, in mbedtls_mpi_mul_mod()
1079 mbedtls_mpi *X, in mbedtls_mpi_sub_mod()
1100 mbedtls_mpi *X, in mbedtls_mpi_add_mod()
1113 mbedtls_mpi *X, in mbedtls_mpi_mul_int_mod()
1127 mbedtls_mpi *X, in mbedtls_mpi_sub_int_mod()
1139 #define MPI_ECP_SUB_INT(X, A, c) \ argument
1144 mbedtls_mpi *X, in mbedtls_mpi_shift_l_mod()
1160 #define MPI_ECP_ADD(X, A, B) \ argument
1163 #define MPI_ECP_SUB(X, A, B) \ argument
1166 #define MPI_ECP_MUL(X, A, B) \ argument
1169 #define MPI_ECP_SQR(X, A) \ argument
1172 #define MPI_ECP_MUL_INT(X, A, c) \ argument
1178 #define MPI_ECP_MOV(X, A) \ argument
1181 #define MPI_ECP_SHIFT_L(X, count) \ argument
1184 #define MPI_ECP_LSET(X, c) \ argument
1187 #define MPI_ECP_CMP_INT(X, c) \ argument
1190 #define MPI_ECP_CMP(X, Y) \ argument
1194 #define MPI_ECP_RAND(X) \ argument
1199 #define MPI_ECP_COND_NEG(X, cond) \ argument
1208 #define MPI_ECP_NEG(X) MPI_ECP_COND_NEG((X), 1) argument
1210 #define MPI_ECP_VALID(X) \ argument
1213 #define MPI_ECP_COND_ASSIGN(X, Y, cond) \ argument
1216 #define MPI_ECP_COND_SWAP(X, Y, cond) \ argument
1227 const mbedtls_mpi *X) in ecp_sw_rhs()
1252 const mbedtls_mpi *X, in mbedtls_ecp_sw_derive_y()
1605 mbedtls_mpi * const X = &R->X; in ecp_add_mixed() local
2947 static int ecp_check_bad_points_mx(const mbedtls_mpi *X, const mbedtls_mpi *P, in ecp_check_bad_points_mx()