Searched refs:fe_cmov (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/krb5/src/plugins/preauth/spake/ |
| H A D | edwards25519.c | 425 static void fe_cmov(fe_loose *f, const fe_loose *g, fe_limb_t b) { in fe_cmov() function 819 fe_cmov(&t->yplusx, &u->yplusx, b); in cmov() 820 fe_cmov(&t->yminusx, &u->yminusx, b); in cmov() 821 fe_cmov(&t->xy2d, &u->xy2d, b); in cmov() 974 fe_cmov(&t->YplusX, &u->YplusX, b); in cmov_cached() 975 fe_cmov(&t->YminusX, &u->YminusX, b); in cmov_cached() 976 fe_cmov(&t->Z, &u->Z, b); in cmov_cached() 977 fe_cmov(&t->T2d, &u->T2d, b); in cmov_cached()
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | curve25519.c | 1635 static void fe_cmov(fe f, const fe g, unsigned b) in fe_cmov() function 2206 fe_cmov(t->yplusx, u->yplusx, b); in cmov() 2207 fe_cmov(t->yminusx, u->yminusx, b); in cmov() 2208 fe_cmov(t->xy2d, u->xy2d, b); in cmov()
|