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 * @nbits: The number of bits of a curve.
27 * @g: Generator point of the curve.
28 * @p: Prime number, if Barrett's reduction is used for this curve
32 * @n: Order of the curve group.
33 * @a: Curve parameter a.
34 * @b: Curve parameter b.
47 * ecc_get_curve() - get elliptic curve;
51 * Returns curve if get curve succssful, NULL otherwise
56 * ecc_get_curve25519() - get curve25519 curve;