Lines Matching defs:point
202 const uint8_t point[32])
213 fe64_frombytes(x1, point);
687 const uint8_t point[32])
696 x25519_scalar_mulx(out, scalar, point);
705 fe51_frombytes(x1, point);
4223 * B is the Ed25519 base point (x,4/5) with x positive.
4369 const uint8_t point[32]) {
4379 fe_frombytes(x1, point);
4419 const uint8_t point[32]) {
4420 x25519_scalar_mult_generic(out, scalar, point);
4531 * B is the Ed25519 base point (x,4/5) with x positive.
5567 /* The all-zero output results when the input is a point of small order. */
5586 * We only need the u-coordinate of the curve25519 point.