Lines Matching refs:MBEDTLS_PRIVATE
144 mbedtls_ecp_group_id MBEDTLS_PRIVATE(grp_id); /*!< An internal identifier. */
145 uint16_t MBEDTLS_PRIVATE(tls_id); /*!< The TLS NamedCurve identifier. */
146 uint16_t MBEDTLS_PRIVATE(bit_size); /*!< The curve size in bits. */
147 const char *MBEDTLS_PRIVATE(name); /*!< A human-friendly name. */
163 mbedtls_mpi MBEDTLS_PRIVATE(X); /*!< The X coordinate of the ECP point. */
164 mbedtls_mpi MBEDTLS_PRIVATE(Y); /*!< The Y coordinate of the ECP point. */
165 mbedtls_mpi MBEDTLS_PRIVATE(Z); /*!< The Z coordinate of the ECP point. */
232 unsigned int MBEDTLS_PRIVATE(h); /*!< \internal 1 if the constants are static. */
233 int (*MBEDTLS_PRIVATE(modp))(mbedtls_mpi *); /*!< The function for fast pseudo-reduction
235 int (*MBEDTLS_PRIVATE(t_pre))(mbedtls_ecp_point *, void *); /*!< Unused. */
236 int (*MBEDTLS_PRIVATE(t_post))(mbedtls_ecp_point *, void *); /*!< Unused. */
237 void *MBEDTLS_PRIVATE(t_data); /*!< Unused. */
238 mbedtls_ecp_point *MBEDTLS_PRIVATE(T); /*!< Pre-computed points for ecp_mul_comb(). */
239 …size_t MBEDTLS_PRIVATE(T_size); /*!< The number of dynamic allocated pre-computed poi…
359 unsigned MBEDTLS_PRIVATE(ops_done); /*!< current ops count */
360 unsigned MBEDTLS_PRIVATE(depth); /*!< call depth (0 = top-level) */
361 mbedtls_ecp_restart_mul_ctx *MBEDTLS_PRIVATE(rsm); /*!< ecp_mul_comb() sub-context */
362 mbedtls_ecp_restart_muladd_ctx *MBEDTLS_PRIVATE(ma); /*!< ecp_muladd() sub-context */
412 mbedtls_ecp_group MBEDTLS_PRIVATE(grp); /*!< Elliptic curve and base point */
413 mbedtls_mpi MBEDTLS_PRIVATE(d); /*!< our secret value */
414 mbedtls_ecp_point MBEDTLS_PRIVATE(Q); /*!< our public value */