Searched refs:fe_add (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | curve25519-fiat32.c | 264 static __always_inline void fe_add(fe_loose *h, const fe *f, const fe *g) in fe_add() function 828 fe_add(&x2l, &x2, &z2); in curve25519_generic() 829 fe_add(&z2l, &x3, &z3); in curve25519_generic() 834 fe_add(&x3l, &z3, &z2); in curve25519_generic() 841 fe_add(&tmp0l, &tmp0, &z3); in curve25519_generic()
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | curve25519-fiat32.c | 264 static __always_inline void fe_add(fe_loose *h, const fe *f, const fe *g) in fe_add() function 828 fe_add(&x2l, &x2, &z2); in curve25519_generic() 829 fe_add(&z2l, &x3, &z3); in curve25519_generic() 834 fe_add(&x3l, &z3, &z2); in curve25519_generic() 841 fe_add(&tmp0l, &tmp0, &z3); in curve25519_generic()
|
Completed in 5 milliseconds