Searched refs:fe_sub (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/curve25519/ |
D | curve25519.c | 245 static void fe_sub(fe h, const fe f, const fe g) { in fe_sub() function 996 fe_sub(u, u, h->Z); /* u = y^2-1 */ in x25519_ge_frombytes_vartime() 1011 fe_sub(check, vxx, u); /* vx^2-u */ in x25519_ge_frombytes_vartime() 1067 fe_sub(r->YminusX, p->Y, p->X); in x25519_ge_p3_to_cached() 1104 fe_sub(r->Z, r->Z, r->X); in ge_p2_dbl() 1105 fe_sub(r->X, t0, r->Y); in ge_p2_dbl() 1106 fe_sub(r->T, r->T, r->Z); in ge_p2_dbl() 1121 fe_sub(r->Y, p->Y, p->X); in ge_madd() 1126 fe_sub(r->X, r->Z, r->Y); in ge_madd() 1129 fe_sub(r->T, t0, r->T); in ge_madd() [all …]
|