Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c555 ge25519_precomp minust; in ge25519_select() local
568 fe25519_copy(minust.yplusx, t->yminusx); in ge25519_select()
569 fe25519_copy(minust.yminusx, t->yplusx); in ge25519_select()
570 fe25519_neg(minust.xy2d, t->xy2d); in ge25519_select()
571 ge25519_cmov(t, &minust, bnegative); in ge25519_select()
590 ge25519_cached minust; in ge25519_select_cached() local
603 fe25519_copy(minust.YplusX, t->YminusX); in ge25519_select_cached()
604 fe25519_copy(minust.YminusX, t->YplusX); in ge25519_select_cached()
605 fe25519_copy(minust.Z, t->Z); in ge25519_select_cached()
606 fe25519_neg(minust.T2d, t->T2d); in ge25519_select_cached()
[all …]