Searched refs:fe_loose (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/krb5/src/plugins/preauth/spake/ |
| H A D | edwards25519.c | 133 typedef struct fe_loose { uint64_t v[5]; } fe_loose; typedef 144 typedef struct fe_loose { uint32_t v[10]; } fe_loose; argument 173 fe_loose X; 174 fe_loose Y; 175 fe_loose Z; 176 fe_loose T; 180 fe_loose yplusx; 181 fe_loose yminusx; 182 fe_loose xy2d; 186 fe_loose YplusX; [all …]
|
| /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 …]
|