Lines Matching defs:point
212 const uint8_t point[32])
223 fe64_frombytes(x1, point);
697 const uint8_t point[32])
706 x25519_scalar_mulx(out, scalar, point);
715 fe51_frombytes(x1, point);
4233 * B is the Ed25519 base point (x,4/5) with x positive.
4379 const uint8_t point[32]) {
4389 fe_frombytes(x1, point);
4429 const uint8_t point[32]) {
4430 x25519_scalar_mult_generic(out, scalar, point);
4541 * B is the Ed25519 base point (x,4/5) with x positive.
5621 /* The all-zero output results when the input is a point of small order. */
5641 * We only need the u-coordinate of the curve25519 point.