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

/freebsd-11.0-release/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

Completed in 51 milliseconds