Home
last modified time | relevance | path

Searched refs:tmp1l (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/crypto/
H A Dcurve25519.c828 fe_loose tmp0l, tmp1l; in curve25519() local
853 fe_sub(&tmp1l, &x2, &z2); in curve25519()
857 fe_mul_tll(&z2, &z2l, &tmp1l); in curve25519()
858 fe_sq_tl(&tmp0, &tmp1l); in curve25519()
863 fe_sub(&tmp1l, &tmp1, &tmp0); in curve25519()
865 fe_mul121666(&z3, &tmp1l); in curve25519()
869 fe_mul_tll(&z2, &tmp1l, &tmp0l); in curve25519()