Lines Matching refs:MBEDTLS_PRIVATE

102     mbedtls_ecp_group MBEDTLS_PRIVATE(grp);   /*!< The elliptic curve used. */
103 mbedtls_mpi MBEDTLS_PRIVATE(d); /*!< The private key. */
104 mbedtls_ecp_point MBEDTLS_PRIVATE(Q); /*!< The public key. */
105 mbedtls_ecp_point MBEDTLS_PRIVATE(Qp); /*!< The value of the public key of the peer. */
106 mbedtls_mpi MBEDTLS_PRIVATE(z); /*!< The shared secret. */
108 mbedtls_ecp_restart_ctx MBEDTLS_PRIVATE(rs); /*!< The restart context for EC computations. */
123 mbedtls_ecp_group MBEDTLS_PRIVATE(grp); /*!< The elliptic curve used. */
124 mbedtls_mpi MBEDTLS_PRIVATE(d); /*!< The private key. */
125 mbedtls_ecp_point MBEDTLS_PRIVATE(Q); /*!< The public key. */
126 mbedtls_ecp_point MBEDTLS_PRIVATE(Qp); /*!< The value of the public key of the peer. */
127 mbedtls_mpi MBEDTLS_PRIVATE(z); /*!< The shared secret. */
128 int MBEDTLS_PRIVATE(point_format); /*!< The format of point export in TLS messages. */
129 mbedtls_ecp_point MBEDTLS_PRIVATE(Vi); /*!< The blinding value. */
130 mbedtls_ecp_point MBEDTLS_PRIVATE(Vf); /*!< The unblinding value. */
131 mbedtls_mpi MBEDTLS_PRIVATE(_d); /*!< The previous \p d. */
133 int MBEDTLS_PRIVATE(restart_enabled); /*!< The flag for restartable mode. */
134 mbedtls_ecp_restart_ctx MBEDTLS_PRIVATE(rs); /*!< The restart context for EC computations. */
137 uint8_t MBEDTLS_PRIVATE(point_format); /*!< The format of point export in TLS messages
139 mbedtls_ecp_group_id MBEDTLS_PRIVATE(grp_id);/*!< The elliptic curve used. */
140 mbedtls_ecdh_variant MBEDTLS_PRIVATE(var); /*!< The ECDH implementation/structure used. */
143 mbedtls_ecdh_context_mbed MBEDTLS_PRIVATE(mbed_ecdh);
145 mbedtls_ecdh_context_everest MBEDTLS_PRIVATE(everest_ecdh);
147 } MBEDTLS_PRIVATE(ctx); /*!< Implementation-specific context. The
151 uint8_t MBEDTLS_PRIVATE(restart_enabled); /*!< The flag for restartable mode. Functions of