Lines Matching full:curve
10 * struct ecc_point - elliptic curve point in affine coordinates
23 * struct ecc_curve - definition of elliptic curve
25 * @name: Short name of the curve.
26 * @g: Generator point of the curve.
27 * @p: Prime number, if Barrett's reduction is used for this curve
31 * @n: Order of the curve group.
32 * @a: Curve parameter a.
33 * @b: Curve parameter b.
45 * ecc_get_curve() - get elliptic curve;
49 * Returns curve if get curve succssful, NULL otherwise
54 * ecc_get_curve25519() - get curve25519 curve;