Searched refs:tmp1l (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/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()
|