Searched refs:fe_cswap (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | curve25519.c | 4296 static void fe_cswap(fe f, fe g, unsigned int b) in fe_cswap() function 4398 fe_cswap(x2, x3, swap); in x25519_scalar_mult_generic() 4399 fe_cswap(z2, z3, swap); in x25519_scalar_mult_generic()
|
/third_party/openssl/crypto/ec/ |
H A D | curve25519.c | 4296 static void fe_cswap(fe f, fe g, unsigned int b) in fe_cswap() function 4398 fe_cswap(x2, x3, swap); in x25519_scalar_mult_generic() 4399 fe_cswap(z2, z3, swap); in x25519_scalar_mult_generic()
|
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | curve25519.c | 4286 static void fe_cswap(fe f, fe g, unsigned int b) in fe_cswap() function 4388 fe_cswap(x2, x3, swap); in x25519_scalar_mult_generic() 4389 fe_cswap(z2, z3, swap); in x25519_scalar_mult_generic()
|
Completed in 22 milliseconds