Lines Matching refs:fe_loose
28 typedef struct fe_loose { u32 v[10]; } fe_loose; struct
208 static __always_inline void fe_copy_lt(fe_loose *h, const fe *f) in fe_copy_lt()
264 static __always_inline void fe_add(fe_loose *h, const fe *f, const fe *g) in fe_add()
307 static __always_inline void fe_sub(fe_loose *h, const fe *f, const fe *g) in fe_sub()
433 static __always_inline void fe_mul_tlt(fe *h, const fe_loose *f, const fe *g) in fe_mul_tlt()
439 fe_mul_tll(fe *h, const fe_loose *f, const fe_loose *g) in fe_mul_tll()
550 static __always_inline void fe_sq_tl(fe *h, const fe_loose *f) in fe_sq_tl()
560 static __always_inline void fe_loose_invert(fe *out, const fe_loose *z) in fe_loose_invert()
612 fe_loose l; in fe_invert()
751 static __always_inline void fe_mul121666(fe *h, const fe_loose *f) in fe_mul121666()
761 fe_loose x2l, z2l, x3l; in curve25519_generic()
802 fe_loose tmp0l, tmp1l; in curve25519_generic()