OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fe_cmov
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/ec/
curve25519.c
1635
static void
fe_cmov
(fe f, const fe g, unsigned b)
function
2206
fe_cmov
(t->yplusx, u->yplusx, b);
2207
fe_cmov
(t->yminusx, u->yminusx, b);
2208
fe_cmov
(t->xy2d, u->xy2d, b);
/src/crypto/external/bsd/openssl/dist/crypto/ec/
curve25519.c
1527
static void
fe_cmov
(fe f, const fe g, unsigned b)
function
2079
fe_cmov
(t->yplusx, u->yplusx, b);
2080
fe_cmov
(t->yminusx, u->yminusx, b);
2081
fe_cmov
(t->xy2d, u->xy2d, b);
/src/crypto/external/bsd/openssl.old/dist/crypto/ec/
curve25519.c
1517
static void
fe_cmov
(fe f, const fe g, unsigned b)
function
2069
fe_cmov
(t->yplusx, u->yplusx, b);
2070
fe_cmov
(t->yminusx, u->yminusx, b);
2071
fe_cmov
(t->xy2d, u->xy2d, b);
Completed in 41 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026