Searched refs:fe51_mul (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | curve25519.c | 393 # define fe51_mul x25519_fe51_mul macro 400 static void fe51_mul(fe51 h, const fe51 f, const fe51 g) in fe51_mul() function 461 fe51_mul(h, f, f); in fe51_sq() 622 fe51_mul(t1, z, t1); in fe51_invert() 624 fe51_mul(t0, t0, t1); in fe51_invert() 630 fe51_mul(t1, t1, t2); in fe51_invert() 638 fe51_mul(t1, t2, t1); in fe51_invert() 647 fe51_mul(t2, t2, t1); in fe51_invert() 654 fe51_mul(t2, t3, t2); in fe51_invert() 661 fe51_mul(t in fe51_invert() [all...] |
/third_party/openssl/crypto/ec/ |
H A D | curve25519.c | 393 # define fe51_mul x25519_fe51_mul macro 400 static void fe51_mul(fe51 h, const fe51 f, const fe51 g) in fe51_mul() function 461 fe51_mul(h, f, f); in fe51_sq() 622 fe51_mul(t1, z, t1); in fe51_invert() 624 fe51_mul(t0, t0, t1); in fe51_invert() 630 fe51_mul(t1, t1, t2); in fe51_invert() 638 fe51_mul(t1, t2, t1); in fe51_invert() 647 fe51_mul(t2, t2, t1); in fe51_invert() 654 fe51_mul(t2, t3, t2); in fe51_invert() 661 fe51_mul(t in fe51_invert() [all...] |
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | curve25519.c | 383 # define fe51_mul x25519_fe51_mul macro 390 static void fe51_mul(fe51 h, const fe51 f, const fe51 g) in fe51_mul() function 451 fe51_mul(h, f, f); in fe51_sq() 612 fe51_mul(t1, z, t1); in fe51_invert() 614 fe51_mul(t0, t0, t1); in fe51_invert() 620 fe51_mul(t1, t1, t2); in fe51_invert() 628 fe51_mul(t1, t2, t1); in fe51_invert() 637 fe51_mul(t2, t2, t1); in fe51_invert() 644 fe51_mul(t2, t3, t2); in fe51_invert() 651 fe51_mul(t in fe51_invert() [all...] |
Completed in 10 milliseconds