Searched refs:fe25519_cmov (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
| H A D | ed25519_ref10.c | 267 fe25519_cmov(h->X, x_sqrtm1, 1 - has_m_root); in ge25519_frombytes() 270 fe25519_cmov(h->X, negx, fe25519_isnegative(h->X) ^ (s[31] >> 7)); in ge25519_frombytes() 538 fe25519_cmov(t->yplusx, u->yplusx, b); in ge25519_cmov() 539 fe25519_cmov(t->yminusx, u->yminusx, b); in ge25519_cmov() 540 fe25519_cmov(t->xy2d, u->xy2d, b); in ge25519_cmov() 546 fe25519_cmov(t->YplusX, u->YplusX, b); in ge25519_cmov_cached() 547 fe25519_cmov(t->YminusX, u->YminusX, b); in ge25519_cmov_cached() 548 fe25519_cmov(t->Z, u->Z, b); in ge25519_cmov_cached() 549 fe25519_cmov(t->T2d, u->T2d, b); in ge25519_cmov_cached() 1995 fe25519_cmov(x, negx, e_is_minus_1); in ge25519_from_uniform() [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/ |
| H A D | ed25519_ref10_fe_51.h | 109 fe25519_cmov(fe25519 f, const fe25519 g, unsigned int b) in fe25519_cmov() function
|
| H A D | ed25519_ref10_fe_25_5.h | 148 fe25519_cmov(fe25519 f, const fe25519 g, unsigned int b) in fe25519_cmov() function
|