Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dcurve25519-fiat32.c28 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()
[all …]