Searched refs:mbedtls_ecp_point (Results 1 – 3 of 3) sorted by relevance
161 typedef struct mbedtls_ecp_point struct167 mbedtls_ecp_point; typedef224 mbedtls_ecp_point G; /*!< The generator of the subgroup used. */235 int (*MBEDTLS_PRIVATE(t_pre))(mbedtls_ecp_point *, void *); /*!< Unused. */236 int (*MBEDTLS_PRIVATE(t_post))(mbedtls_ecp_point *, void *); /*!< Unused. */238 mbedtls_ecp_point *MBEDTLS_PRIVATE(T); /*!< Pre-computed points for ecp_mul_comb(). */414 mbedtls_ecp_point MBEDTLS_PRIVATE(Q); /*!< our public value */571 void mbedtls_ecp_point_init( mbedtls_ecp_point *pt );596 void mbedtls_ecp_point_free( mbedtls_ecp_point *pt );646 int mbedtls_ecp_copy( mbedtls_ecp_point *P, const mbedtls_ecp_point *Q );[all …]
255 const mbedtls_ecp_point *Q, const mbedtls_mpi *r,
79 mbedtls_ecp_point P;