Lines Matching refs:mbedtls_mpi
99 mbedtls_mpi X; /*!< the point's X coordinate */
100 mbedtls_mpi Y; /*!< the point's Y coordinate */
101 mbedtls_mpi Z; /*!< the point's Z coordinate */
132 mbedtls_mpi P; /*!< prime modulus of the base field */
133 mbedtls_mpi A; /*!< 1. A in the equation, or 2. (A + 2) / 4 */
134 mbedtls_mpi B; /*!< 1. B in the equation, or 2. unused */
136 mbedtls_mpi N; /*!< 1. the order of G, or 2. unused */
140 int (*modp)(mbedtls_mpi *); /*!< function for fast reduction mod P */
159 mbedtls_mpi d; /*!< our secret value */
522 const mbedtls_mpi *m, const mbedtls_ecp_point *P,
546 const mbedtls_mpi *m, const mbedtls_ecp_point *P,
547 const mbedtls_mpi *n, const mbedtls_ecp_point *Q );
585 int mbedtls_ecp_check_privkey( const mbedtls_ecp_group *grp, const mbedtls_mpi *d );
606 mbedtls_mpi *d, mbedtls_ecp_point *Q,
626 int mbedtls_ecp_gen_keypair( mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q,