Searched refs:fe_mul_ttl (Results 1 – 1 of 1) sorted by relevance
/mcuboot-latest/ext/fiat/src/ |
D | curve25519.c | 202 static void fe_mul_ttl(fe *h, const fe *f, const fe_loose *g) { in fe_mul_ttl() function 434 fe_mul_ttl(&v3, &v3, &v); // v3 = v^3 in x25519_ge_frombytes_vartime() 436 fe_mul_ttl(&h->X, &h->X, &v); in x25519_ge_frombytes_vartime() 444 fe_mul_ttl(&vxx, &vxx, &v); in x25519_ge_frombytes_vartime() 569 fe_mul_ttl(&trX, &p->Z, &q->Z); in x25519_ge_add() 587 fe_mul_ttl(&trX, &p->Z, &q->Z); in x25519_ge_sub()
|