Lines Matching refs:grp
70 * \param grp The pointer to the elliptic curve group that will be the
75 unsigned char mbedtls_internal_ecp_grp_capable(const mbedtls_ecp_group *grp);
87 * \param grp The pointer to the group the module needs to be
92 int mbedtls_internal_ecp_init(const mbedtls_ecp_group *grp);
98 * \param grp The pointer to the group the module was initialised for.
100 void mbedtls_internal_ecp_free(const mbedtls_ecp_group *grp);
109 * \param grp Pointer to the group representing the curve.
120 int mbedtls_internal_ecp_randomize_jac(const mbedtls_ecp_group *grp,
155 * \param grp Pointer to the group representing the curve.
167 int mbedtls_internal_ecp_add_mixed(const mbedtls_ecp_group *grp,
182 * \param grp Pointer to the group representing the curve.
192 int mbedtls_internal_ecp_double_jac(const mbedtls_ecp_group *grp,
212 * \param grp Pointer to the group representing the curve.
222 int mbedtls_internal_ecp_normalize_jac_many(const mbedtls_ecp_group *grp,
232 * \param grp Pointer to the group representing the curve.
240 int mbedtls_internal_ecp_normalize_jac(const mbedtls_ecp_group *grp,
249 int mbedtls_internal_ecp_double_add_mxz(const mbedtls_ecp_group *grp,
261 * \param grp pointer to the group representing the curve
273 int mbedtls_internal_ecp_randomize_mxz(const mbedtls_ecp_group *grp,
283 * \param grp pointer to the group representing the curve
291 int mbedtls_internal_ecp_normalize_mxz(const mbedtls_ecp_group *grp,