Home
last modified time | relevance | path

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

/openbmc/linux/lib/crypto/
H A Dcurve25519-fiat32.c307 static __always_inline void fe_sub(fe_loose *h, const fe *f, const fe *g) in fe_sub() function
826 fe_sub(&tmp0l, &x3, &z3); in curve25519_generic()
827 fe_sub(&tmp1l, &x2, &z2); in curve25519_generic()
835 fe_sub(&z2l, &z3, &z2); in curve25519_generic()
837 fe_sub(&tmp1l, &tmp1, &tmp0); in curve25519_generic()