Lines Matching refs:mbedtls_mpi
159 mbedtls_mpi MBEDTLS_PRIVATE(X); /*!< The X coordinate of the ECP point. */
160 mbedtls_mpi MBEDTLS_PRIVATE(Y); /*!< The Y coordinate of the ECP point. */
161 mbedtls_mpi MBEDTLS_PRIVATE(Z); /*!< The Z coordinate of the ECP point. */
235 mbedtls_mpi P; /*!< The prime modulus of the base field. */
236 mbedtls_mpi A; /*!< For Short Weierstrass: \p A in the equation. Note that
241 mbedtls_mpi B; /*!< For Short Weierstrass: \p B in the equation.
244 mbedtls_mpi N; /*!< The order of \p G. */
252 int(*MBEDTLS_PRIVATE(modp))(mbedtls_mpi *); /*!< The function for fast pseudo-reduction
430 mbedtls_mpi MBEDTLS_PRIVATE(d); /*!< our secret value */
968 const mbedtls_mpi *m, const mbedtls_ecp_point *P,
1002 const mbedtls_mpi *m, const mbedtls_ecp_point *P,
1063 const mbedtls_mpi *m, const mbedtls_ecp_point *P,
1064 const mbedtls_mpi *n, const mbedtls_ecp_point *Q);
1108 const mbedtls_mpi *m, const mbedtls_ecp_point *P,
1109 const mbedtls_mpi *n, const mbedtls_ecp_point *Q,
1163 const mbedtls_mpi *d);
1181 mbedtls_mpi *d,
1214 mbedtls_mpi *d, mbedtls_ecp_point *Q,
1241 int mbedtls_ecp_gen_keypair(mbedtls_ecp_group *grp, mbedtls_mpi *d,
1510 mbedtls_mpi *d, mbedtls_ecp_point *Q);