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

/openbsd-current/usr.bin/signify/
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 Dmod_ge25519.c88 fe25519_sub(&a, &r->y, &r->x); /* A = (Y1-X1)*(Y2-X2) */
90 fe25519_sub(&t1, &q->y, &q->x);
94 fe25519_sub(&e, &b, &a); /* E = B-A */
99 fe25519_sub(&f, &d, &c); /* F = D-C */
112 fe25519_sub(&a, &p->y, &p->x); /* A = (Y1-X1)*(Y2-X2) */
113 fe25519_sub(&t, &q->y, &q->x);
122 fe25519_sub(&r->x, &b, &a); /* E = B-A */
123 fe25519_sub(&r->t, &d, &c); /* F = D-C */
140 fe25519_sub(&r->x, &r->x, &a);
141 fe25519_sub(
[all...]
H A Dfe25519.c173 fe25519_sub(r, r, &t);
183 void fe25519_sub(fe25519 *r, const fe25519 *x, const fe25519 *y) function
/openbsd-current/usr.bin/ssh/
H A Ded25519.c82 #define fe25519_sub crypto_sign_ed25519_ref_fe25519_sub macro
116 static void fe25519_sub(fe25519 *r, const fe25519 *x, const fe25519 *y);
291 fe25519_sub(r, r, &t);
301 static void fe25519_sub(fe25519 *r, const fe25519 *x, const fe25519 *y) function
1674 fe25519_sub(&a, &r->y, &r->x); /* A = (Y1-X1)*(Y2-X2) */
1676 fe25519_sub(&t1, &q->y, &q->x);
1680 fe25519_sub(&e, &b, &a); /* E = B-A */
1685 fe25519_sub(&f, &d, &c); /* F = D-C */
1697 fe25519_sub(&a, &p->y, &p->x); /* A = (Y1-X1)*(Y2-X2) */
1698 fe25519_sub(
[all...]

Completed in 95 milliseconds