Searched refs:fe_loose (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | curve25519-fiat32.c | 21 * Multiplication and carrying produce fe from fe_loose. 25 /* fe_loose limbs are bounded by 3.375*2^26,3.375*2^25,3.375*2^26,3.375*2^25,etc 26 * Addition and subtraction produce fe_loose from (fe, fe). 28 typedef struct fe_loose { u32 v[10]; } fe_loose; typedef 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 * [all...] |
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | curve25519-fiat32.c | 21 * Multiplication and carrying produce fe from fe_loose. 25 /* fe_loose limbs are bounded by 3.375*2^26,3.375*2^25,3.375*2^26,3.375*2^25,etc 26 * Addition and subtraction produce fe_loose from (fe, fe). 28 typedef struct fe_loose { u32 v[10]; } fe_loose; typedef 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 * [all...] |
Completed in 4 milliseconds