Searched refs:fe25519_sub (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | ed25519.c | 84 #define fe25519_sub crypto_sign_ed25519_ref_fe25519_sub macro 118 static void fe25519_sub(fe25519 *r, const fe25519 *x, const fe25519 *y); 293 fe25519_sub(r, r, &t); in fe25519_neg() 303 static void fe25519_sub(fe25519 *r, const fe25519 *x, const fe25519 *y) in fe25519_sub() function 1676 fe25519_sub(&a, &r->y, &r->x); /* A = (Y1-X1)*(Y2-X2) */ in ge25519_mixadd2() 1678 fe25519_sub(&t1, &q->y, &q->x); in ge25519_mixadd2() 1682 fe25519_sub(&e, &b, &a); /* E = B-A */ in ge25519_mixadd2() 1687 fe25519_sub(&f, &d, &c); /* F = D-C */ in ge25519_mixadd2() 1699 fe25519_sub(&a, &p->y, &p->x); /* A = (Y1-X1)*(Y2-X2) */ in add_p1p1() 1700 fe25519_sub(&t, &q->y, &q->x); in add_p1p1() [all …]
|