Lines Matching full:point
76 * point G.
123 * @pk: public key as a point
140 * @pk: public key as a point
239 * ecc_aloc_point() - Allocate ECC point.
243 * Return: Pointer to the allocated point or NULL if allocation failed.
248 * ecc_free_point() - Free ECC point.
250 * @p: The point to free.
255 * ecc_point_is_zero() - Check if point is zero.
257 * @p: Point to check for zero.
259 * Return: true if point is the point at infinity, false otherwise.
261 bool ecc_point_is_zero(const struct ecc_point *point);
266 * @result: resulting point
268 * @p: point to multiply with @x
270 * @q: point to multiply with @y