Searched refs:minust (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
H A D | ed25519_ref10.c | 555 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 …]
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | curve25519.c | 4210 ge_precomp minust; in table_select() local 4223 fe_copy(minust.yplusx, t->yminusx); in table_select() 4224 fe_copy(minust.yminusx, t->yplusx); in table_select() 4225 fe_neg(minust.xy2d, t->xy2d); in table_select() 4226 cmov(t, &minust, bnegative); in table_select()
|