Searched refs:fe_cmov (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | curve25519.c | 1527 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()
|
/third_party/openssl/crypto/ec/ |
H A D | curve25519.c | 1527 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()
|
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | curve25519.c | 1517 static void fe_cmov(fe f, const fe g, unsigned b) in fe_cmov() function 2069 fe_cmov(t->yplusx, u->yplusx, b); in cmov() 2070 fe_cmov(t->yminusx, u->yminusx, b); in cmov() 2071 fe_cmov(t->xy2d, u->xy2d, b); in cmov()
|
Completed in 24 milliseconds