Searched refs:minust (Results 1 – 3 of 3) 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/krb5/src/plugins/preauth/spake/ |
| H A D | edwards25519.c | 893 ge_precomp minust; in table_select() local 906 fe_copy_ll(&minust.yplusx, &t->yminusx); in table_select() 907 fe_copy_ll(&minust.yminusx, &t->yplusx); in table_select() 912 fe_neg(&minust.xy2d, &tmp); in table_select() 914 cmov(t, &minust, bnegative); in table_select()
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | curve25519.c | 4337 ge_precomp minust; in table_select() local 4350 fe_copy(minust.yplusx, t->yminusx); in table_select() 4351 fe_copy(minust.yminusx, t->yplusx); in table_select() 4352 fe_neg(minust.xy2d, t->xy2d); in table_select() 4353 cmov(t, &minust, bnegative); in table_select()
|