Home
last modified time | relevance | path

Searched refs:yplusx (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/lib/libcrypto/curve25519/
Dcurve25519_internal.h64 fe yplusx; member
Dcurve25519.c1050 fe_1(h->yplusx); in ge_precomp_0()
1123 fe_mul(r->Z, r->X, q->yplusx); in ge_madd()
1140 fe_mul(r->Y, r->Y, q->yplusx); in ge_msub()
1194 fe_cmov(t->yplusx, u->yplusx, b); in cmov()
1213 fe_add(out->yplusx, y, x); in x25519_ge_scalarmult_small_precomp()
3486 fe_copy(minust.yplusx, t->yminusx); in table_select()
3487 fe_copy(minust.yminusx, t->yplusx); in table_select()