Searched refs:fe51_add (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/crypto/ec/ |
H A D | curve25519.c | 539 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()
|