Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/crypto/ec/
HDcurve25519.c1527 static void fe_cmov(fe f, const fe g, unsigned b) in fe_cmov() function
2079 fe_cmov(t->yplusx, u->yplusx, b); in cmov()
2080 fe_cmov(t->yminusx, u->yminusx, b); in cmov()
2081 fe_cmov(t->xy2d, u->xy2d, b); in cmov()