Searched refs:fe_sub (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/curve25519/ |
D | curve25519.c | 255 static void fe_sub(fe h, const fe f, const fe g) { in fe_sub() function 1063 fe_sub(u, u, h->Z); /* u = y^2-1 */ in ge_frombytes_negate_vartime() 1078 fe_sub(check, vxx, u); /* vx^2-u */ in ge_frombytes_negate_vartime() 1127 fe_sub(r->YminusX, p->Y, p->X); in ge_p3_to_cached() 1157 fe_sub(r->Z, r->Z, r->X); in ge_p2_dbl() 1158 fe_sub(r->X, t0, r->Y); in ge_p2_dbl() 1159 fe_sub(r->T, r->T, r->Z); in ge_p2_dbl() 1174 fe_sub(r->Y, p->Y, p->X); in ge_madd() 1179 fe_sub(r->X, r->Z, r->Y); in ge_madd() 1182 fe_sub(r->T, t0, r->T); in ge_madd() [all …]
|