Searched refs:fe_sub (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | curve25519-fiat32.c | 307 static __always_inline void fe_sub(fe_loose *h, const fe *f, const fe *g) in fe_sub() function 826 fe_sub(&tmp0l, &x3, &z3); in curve25519_generic() 827 fe_sub(&tmp1l, &x2, &z2); in curve25519_generic() 835 fe_sub(&z2l, &z3, &z2); in curve25519_generic() 837 fe_sub(&tmp1l, &tmp1, &tmp0); in curve25519_generic()
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | curve25519-fiat32.c | 307 static __always_inline void fe_sub(fe_loose *h, const fe *f, const fe *g) in fe_sub() function 826 fe_sub(&tmp0l, &x3, &z3); in curve25519_generic() 827 fe_sub(&tmp1l, &x2, &z2); in curve25519_generic() 835 fe_sub(&z2l, &z3, &z2); in curve25519_generic() 837 fe_sub(&tmp1l, &tmp1, &tmp0); in curve25519_generic()
|
Completed in 5 milliseconds