Lines Matching refs:MBEDTLS_PRIVATE

87     mbedtls_ecp_group MBEDTLS_PRIVATE(grp);   /*!< The elliptic curve used. */
88 mbedtls_mpi MBEDTLS_PRIVATE(d); /*!< The private key. */
89 mbedtls_ecp_point MBEDTLS_PRIVATE(Q); /*!< The public key. */
90 mbedtls_ecp_point MBEDTLS_PRIVATE(Qp); /*!< The value of the public key of the peer. */
91 mbedtls_mpi MBEDTLS_PRIVATE(z); /*!< The shared secret. */
93 mbedtls_ecp_restart_ctx MBEDTLS_PRIVATE(rs); /*!< The restart context for EC computations. */
107 mbedtls_ecp_group MBEDTLS_PRIVATE(grp); /*!< The elliptic curve used. */
108 mbedtls_mpi MBEDTLS_PRIVATE(d); /*!< The private key. */
109 mbedtls_ecp_point MBEDTLS_PRIVATE(Q); /*!< The public key. */
110 mbedtls_ecp_point MBEDTLS_PRIVATE(Qp); /*!< The value of the public key of the peer. */
111 mbedtls_mpi MBEDTLS_PRIVATE(z); /*!< The shared secret. */
112 int MBEDTLS_PRIVATE(point_format); /*!< The format of point export in TLS messages. */
113 mbedtls_ecp_point MBEDTLS_PRIVATE(Vi); /*!< The blinding value. */
114 mbedtls_ecp_point MBEDTLS_PRIVATE(Vf); /*!< The unblinding value. */
115 mbedtls_mpi MBEDTLS_PRIVATE(_d); /*!< The previous \p d. */
117 int MBEDTLS_PRIVATE(restart_enabled); /*!< The flag for restartable mode. */
118 mbedtls_ecp_restart_ctx MBEDTLS_PRIVATE(rs); /*!< The restart context for EC computations. */
121 uint8_t MBEDTLS_PRIVATE(point_format); /*!< The format of point export in TLS messages
123 mbedtls_ecp_group_id MBEDTLS_PRIVATE(grp_id);/*!< The elliptic curve used. */
124 mbedtls_ecdh_variant MBEDTLS_PRIVATE(var); /*!< The ECDH implementation/structure used. */
126 mbedtls_ecdh_context_mbed MBEDTLS_PRIVATE(mbed_ecdh);
128 mbedtls_ecdh_context_everest MBEDTLS_PRIVATE(everest_ecdh);
130 } MBEDTLS_PRIVATE(ctx); /*!< Implementation-specific context. The
134 uint8_t MBEDTLS_PRIVATE(restart_enabled); /*!< The flag for restartable mode. Functions of