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

/freebsd-13-stable/crypto/openssh/
H A Dfe25519.h26 #define fe25519_sub crypto_sign_ed25519_ref_fe25519_sub macro
60 void fe25519_sub(fe25519 *r, const fe25519 *x, const fe25519 *y);
H A Dge25519.c87 fe25519_sub(&a, &r->y, &r->x); /* A = (Y1-X1)*(Y2-X2) */
89 fe25519_sub(&t1, &q->y, &q->x);
93 fe25519_sub(&e, &b, &a); /* E = B-A */
98 fe25519_sub(&f, &d, &c); /* F = D-C */
110 fe25519_sub(&a, &p->y, &p->x); /* A = (Y1-X1)*(Y2-X2) */
111 fe25519_sub(&t, &q->y, &q->x);
120 fe25519_sub(&r->x, &b, &a); /* E = B-A */
121 fe25519_sub(&r->t, &d, &c); /* F = D-C */
138 fe25519_sub(&r->x, &r->x, &a);
139 fe25519_sub(
[all...]
H A Dfe25519.c175 fe25519_sub(r, r, &t);
185 void fe25519_sub(fe25519 *r, const fe25519 *x, const fe25519 *y) function
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dkeypair.c63 fe25519_sub(one_minus_y, one_minus_y, A.Y);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/
H A Dx25519_ref10.c92 fe25519_sub(tmp0, x3, z3);
93 fe25519_sub(tmp1, x2, z2);
101 fe25519_sub(z2, z3, z2);
103 fe25519_sub(tmp1, tmp1, tmp0);
128 fe25519_sub(tempZ, edwardsZ, edwardsY);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c176 fe25519_sub(r->Y, p->Y, p->X);
182 fe25519_sub(r->X, r->Z, r->Y);
185 fe25519_sub(r->T, t0, r->T);
247 fe25519_sub(u, u, h->Z); /* u = y^2-1 */
262 fe25519_sub(m_root_check, vxx, u); /* vx^2-u */
289 fe25519_sub(u, u, h->Z); /* u = y^2-1 */
304 fe25519_sub(m_root_check, vxx, u); /* vx^2-u */
331 fe25519_sub(r->Y, p->Y, p->X);
336 fe25519_sub(r->X, r->Z, r->Y);
339 fe25519_sub(
[all...]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h53 fe25519_sub(fe25519 h, const fe25519 f, const fe25519 g) function
98 fe25519_sub(h, zero, f);
H A Ded25519_ref10_fe_25_5.h79 fe25519_sub(fe25519 h, const fe25519 f, const fe25519 g) function

Completed in 76 milliseconds