Searched refs:fe_mul_ttl (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/third_party/fiat/ |
D | curve25519.c | 250 static void fe_mul_ttl(fe *h, const fe *f, const fe_loose *g) { in fe_mul_ttl() function 527 fe_mul_ttl(&v3, &v3, &v); // v3 = v^3 in x25519_ge_frombytes_vartime() 529 fe_mul_ttl(&h->X, &h->X, &v); in x25519_ge_frombytes_vartime() 537 fe_mul_ttl(&vxx, &vxx, &v); in x25519_ge_frombytes_vartime() 689 fe_mul_ttl(&trX, &p->Z, &q->Z); in x25519_ge_add() 707 fe_mul_ttl(&trX, &p->Z, &q->Z); in x25519_ge_sub()
|