Searched refs:tmp1l (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | curve25519-fiat32.c | 802 fe_loose tmp0l, tmp1l; in curve25519_generic() local 827 fe_sub(&tmp1l, &x2, &z2); in curve25519_generic() 831 fe_mul_tll(&z2, &z2l, &tmp1l); in curve25519_generic() 832 fe_sq_tl(&tmp0, &tmp1l); in curve25519_generic() 837 fe_sub(&tmp1l, &tmp1, &tmp0); in curve25519_generic() 839 fe_mul121666(&z3, &tmp1l); in curve25519_generic() 843 fe_mul_tll(&z2, &tmp1l, &tmp0l); in curve25519_generic()
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | curve25519-fiat32.c | 802 fe_loose tmp0l, tmp1l; in curve25519_generic() local 827 fe_sub(&tmp1l, &x2, &z2); in curve25519_generic() 831 fe_mul_tll(&z2, &z2l, &tmp1l); in curve25519_generic() 832 fe_sq_tl(&tmp0, &tmp1l); in curve25519_generic() 837 fe_sub(&tmp1l, &tmp1, &tmp0); in curve25519_generic() 839 fe_mul121666(&z3, &tmp1l); in curve25519_generic() 843 fe_mul_tll(&z2, &tmp1l, &tmp0l); in curve25519_generic()
|
Completed in 6 milliseconds