Searched refs:Fq6Sub (Results 1 – 4 of 4) sorted by relevance
/external/epid-sdk/epid/member/tiny/math/src/ |
D | fq12.c | 60 Fq6Sub(&result->z0, &left->z0, &right->z0); in Fq12Sub() 61 Fq6Sub(&result->z1, &left->z1, &right->z1); in Fq12Sub() 71 Fq6Sub(&result->z1, &result->z1, (&result->z0)); in Fq12Square() 72 Fq6Sub(&result->z1, &result->z1, temp_a); in Fq12Square() 87 Fq6Sub(t0, t0, &result->z0); in Fq12Mul() 89 Fq6Sub(&result->z1, t0, t1); in Fq12Mul() 260 Fq6Sub(t0, t0, t1); in Fq12MulSpecial() 266 Fq6Sub(t0, t0, t1); in Fq12MulSpecial()
|
D | fq6.c | 30 void Fq6Sub(Fq6Elem* result, Fq6Elem const* left, Fq6Elem const* right) { in Fq6Sub() function
|
/external/epid-sdk/epid/member/tiny/math/ |
D | fq6.h | 42 void Fq6Sub(Fq6Elem* result, Fq6Elem const* left, Fq6Elem const* right);
|
/external/epid-sdk/epid/member/tiny/math/unittests/ |
D | fq6-test.cc | 116 Fq6Sub(&actual, &left, &right); in TEST()
|