Home
last modified time | relevance | path

Searched refs:fe64_sub (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dcurve25519.c52 # define fe64_sub x25519_fe64_sub macro
236 fe64_sub(tmp0, x3, z3); in x25519_scalar_mulx()
237 fe64_sub(tmp1, x2, z2); in x25519_scalar_mulx()
245 fe64_sub(z2, z3, z2); in x25519_scalar_mulx()
247 fe64_sub(tmp1, tmp1, tmp0); in x25519_scalar_mulx()
/third_party/openssl/crypto/ec/
H A Dcurve25519.c52 # define fe64_sub x25519_fe64_sub macro
236 fe64_sub(tmp0, x3, z3); in x25519_scalar_mulx()
237 fe64_sub(tmp1, x2, z2); in x25519_scalar_mulx()
245 fe64_sub(z2, z3, z2); in x25519_scalar_mulx()
247 fe64_sub(tmp1, tmp1, tmp0); in x25519_scalar_mulx()
/third_party/openssl/ohos_lite/crypto/ec/
H A Dcurve25519.c42 # define fe64_sub x25519_fe64_sub macro
226 fe64_sub(tmp0, x3, z3); in x25519_scalar_mulx()
227 fe64_sub(tmp1, x2, z2); in x25519_scalar_mulx()
235 fe64_sub(z2, z3, z2); in x25519_scalar_mulx()
237 fe64_sub(tmp1, tmp1, tmp0); in x25519_scalar_mulx()

Completed in 26 milliseconds