Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Dcurve25519.c1978 fe_sub(r->Z, r->Z, r->X); in ge_p2_dbl()
1979 fe_sub(r->X, t0, r->Y); in ge_p2_dbl()
1980 fe_sub(r->T, r->T, r->Z); in ge_p2_dbl()
1997 fe_sub(r->Y, p->Y, p->X); in ge_madd()
2002 fe_sub(r->X, r->Z, r->Y); in ge_madd()
2005 fe_sub(r->T, t0, r->T); in ge_madd()
2014 fe_sub(r->Y, p->Y, p->X); in ge_msub()
2021 fe_sub(r->Z, t0, r->T); in ge_msub()
2040 fe_sub(r->T, t0, r->T); in ge_add()
2057 fe_sub(r->Z, t0, r->T); in ge_sub()
[all …]

Completed in 20 milliseconds