Searched refs:fe_loose (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wireguard-tools/ |
H A D | curve25519-fiat32.h | 24 typedef struct fe_loose { u32 v[10]; } fe_loose; typedef 204 static __always_inline void fe_copy_lt(fe_loose *h, const fe *f) in fe_copy_lt() 260 static __always_inline void fe_add(fe_loose *h, const fe *f, const fe *g) in fe_add() 303 static __always_inline void fe_sub(fe_loose *h, const fe *f, const fe *g) in fe_sub() 429 static __always_inline void fe_mul_tlt(fe *h, const fe_loose *f, const fe *g) in fe_mul_tlt() 435 fe_mul_tll(fe *h, const fe_loose *f, const fe_loose *g) in fe_mul_tll() 546 static __always_inline void fe_sq_tl(fe *h, const fe_loose *f) in fe_sq_tl() 556 static __always_inline void fe_loose_invert(fe *out, const fe_loose *z) in fe_loose_invert() 608 fe_loose l; in fe_invert() 747 static __always_inline void fe_mul121666(fe *h, const fe_loose *f) in fe_mul121666() [all …]
|