Searched refs:fe51_cswap (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/ohos_lite/crypto/ec/ |
D | curve25519.c | 578 static void fe51_cswap(fe51 f, fe51 g, unsigned int b) in fe51_cswap() function 715 fe51_cswap(x2, x3, swap); in x25519_scalar_mult() 716 fe51_cswap(z2, z3, swap); in x25519_scalar_mult()
|
/third_party/openssl/crypto/ec/ |
D | curve25519.c | 588 static void fe51_cswap(fe51 f, fe51 g, unsigned int b) in fe51_cswap() function 725 fe51_cswap(x2, x3, swap); in x25519_scalar_mult() 726 fe51_cswap(z2, z3, swap); in x25519_scalar_mult()
|