Home
last modified time | relevance | path

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

/openbmc/linux/lib/crypto/
H A Dcurve25519-fiat32.c264 static __always_inline void fe_add(fe_loose *h, const fe *f, const fe *g) in fe_add() function
828 fe_add(&x2l, &x2, &z2); in curve25519_generic()
829 fe_add(&z2l, &x3, &z3); in curve25519_generic()
834 fe_add(&x3l, &z3, &z2); in curve25519_generic()
841 fe_add(&tmp0l, &tmp0, &z3); in curve25519_generic()