Home
last modified time | relevance | path

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

/external/epid-sdk/epid/member/tiny/math/src/
Dfq6.c42 Fq2Elem* temp_a = &tmpa; in Fq6Mul() local
47 Fq2Mul(temp_a, &left->y0, &right->y0); // temp_a = t0 = a[0] * b[0] in Fq6Mul()
61 Fq2Sub(&result->y1, &result->y1, temp_a); in Fq6Mul()
66 Fq2Add(&result->y0, temp_e, temp_a); // temp_e = e[0], reordered instruction in Fq6Mul()
68 Fq2Sub(temp_d, temp_d, temp_a); in Fq6Mul()
77 Fq2Elem* temp_a = &tmpa; in Fq6Inv() local
81 Fq2Square(temp_a, &in->y0); in Fq6Inv()
84 Fq2Sub(temp_a, temp_a, temp_d); in Fq6Inv()
93 Fq2Mul(&result->y0, &in->y0, temp_a); in Fq6Inv()
101 Fq2Mul(&result->y0, temp_a, temp_d); in Fq6Inv()
Dfq12.c66 Fq6Elem* temp_a = &tmpa; in Fq12Square() local
67 Fq6Square(temp_a, &in->z1); in Fq12Square()
72 Fq6Sub(&result->z1, &result->z1, temp_a); in Fq12Square()
73 Fq6MulV(temp_a, temp_a); in Fq12Square()
74 Fq6Add((&result->z0), (&result->z0), temp_a); in Fq12Square()
Dfq2.c111 FqElem* temp_a = &tmpa; in Fq2Square() local
114 FqAdd(temp_a, &in->x0, &in->x1); in Fq2Square()
117 FqMul(&result->x0, temp_a, &result->x0); in Fq2Square()