Home
last modified time | relevance | path

Searched refs:fe51_add (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/ohos_lite/crypto/ec/
Dcurve25519.c529 static void fe51_add(fe51 h, const fe51 f, const fe51 g) in fe51_add() function
720 fe51_add(x2, x2, z2); in x25519_scalar_mult()
721 fe51_add(z2, x3, z3); in x25519_scalar_mult()
726 fe51_add(x3, z3, z2); in x25519_scalar_mult()
733 fe51_add(tmp0, tmp0, z3); in x25519_scalar_mult()
/third_party/openssl/crypto/ec/
Dcurve25519.c539 static void fe51_add(fe51 h, const fe51 f, const fe51 g) in fe51_add() function
730 fe51_add(x2, x2, z2); in x25519_scalar_mult()
731 fe51_add(z2, x3, z3); in x25519_scalar_mult()
736 fe51_add(x3, z3, z2); in x25519_scalar_mult()
743 fe51_add(tmp0, tmp0, z3); in x25519_scalar_mult()