Searched refs:fe25519_add (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dfe25519.h25 #define fe25519_add crypto_sign_ed25519_ref_fe25519_add macro
58 void fe25519_add(fe25519 *r, const fe25519 *x, const fe25519 *y);
H A Dge25519.c88 fe25519_add(&b, &r->y, &r->x); /* B = (Y1+X1)*(Y2+X2) */
90 fe25519_add(&t2, &q->y, &q->x);
94 fe25519_add(&h, &b, &a); /* H = B+A */
97 fe25519_add(&d, &r->z, &r->z); /* D = Z1*2 */
99 fe25519_add(&g, &d, &c); /* G = D+C */
113 fe25519_add(&b, &p->x, &p->y); /* B = (Y1+X1)*(Y2+X2) */
114 fe25519_add(&t, &q->x, &q->y);
119 fe25519_add(&d, &d, &d);
122 fe25519_add(&r->z, &d, &c); /* G = D+C */
123 fe25519_add(
[all...]
H A Dfe25519.c178 void fe25519_add(fe25519 *r, const fe25519 *x, const fe25519 *y) function
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dkeypair.c65 fe25519_add(x, x, A.Y);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/
H A Dx25519_ref10.c94 fe25519_add(x2, x2, z2);
95 fe25519_add(z2, x3, z3);
100 fe25519_add(x3, z3, z2);
107 fe25519_add(tmp0, tmp0, z3);
127 fe25519_add(tempX, edwardsZ, edwardsY);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c175 fe25519_add(r->X, p->Y, p->X);
181 fe25519_add(t0, r->X, r->X);
183 fe25519_add(r->Y, r->Z, r->Y);
184 fe25519_add(r->Z, t0, r->T);
248 fe25519_add(v, v, h->Z); /* v = dy^2+1 */
263 fe25519_add(p_root_check, vxx, u); /* vx^2+u */
290 fe25519_add(v, v, h->Z); /* v = dy^2+1 */
306 fe25519_add(p_root_check, vxx, u); /* vx^2+u */
330 fe25519_add(r->X, p->Y, p->X);
335 fe25519_add(t
[all...]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h33 fe25519_add(fe25519 h, const fe25519 f, const fe25519 g) function
H A Ded25519_ref10_fe_25_5.h41 fe25519_add(fe25519 h, const fe25519 f, const fe25519 g) function

Completed in 132 milliseconds