Lines Matching refs:mbedtls_mpi
102 mbedtls_mpi MBEDTLS_PRIVATE(P); /*!< The prime modulus. */
103 mbedtls_mpi MBEDTLS_PRIVATE(G); /*!< The generator. */
104 mbedtls_mpi MBEDTLS_PRIVATE(X); /*!< Our secret value. */
105 mbedtls_mpi MBEDTLS_PRIVATE(GX); /*!< Our public key = \c G^X mod \c P. */
106 mbedtls_mpi MBEDTLS_PRIVATE(GY); /*!< The public key of the peer = \c G^Y mod \c P. */
107 mbedtls_mpi MBEDTLS_PRIVATE(K); /*!< The shared secret = \c G^(XY) mod \c P. */
108 mbedtls_mpi MBEDTLS_PRIVATE(RP); /*!< The cached value = \c R^2 mod \c P. */
109 mbedtls_mpi MBEDTLS_PRIVATE(Vi); /*!< The blinding value. */
110 mbedtls_mpi MBEDTLS_PRIVATE(Vf); /*!< The unblinding value. */
111 mbedtls_mpi MBEDTLS_PRIVATE(pX); /*!< The previous \c X. */
205 const mbedtls_mpi *P,
206 const mbedtls_mpi *G);
321 mbedtls_mpi *dest);