Searched refs:fq12_result (Results 1 – 1 of 1) sorted by relevance
/external/epid-sdk/epid/common/math/unittests/ |
D | ffelement-test.cc | 157 fq12_result = FfElementObj(&fq12); in SetUp() 188 FfElementObj fq12_result; member in __anon7a8ed96c0111::FfElementTest 1466 ReadFfElement(this->fq, buf, sizeof(FqElemStr), this->fq12_result)); in TEST_F() 1689 EXPECT_EQ(kEpidBadArgErr, FfNeg(this->fq, this->fq_a, this->fq12_result)); in TEST_F() 1765 FfMul(this->fq, this->fq_a, this->fq_b, this->fq12_result)); in TEST_F() 1827 FfMul(this->fq12, this->fq12_i, this->fq12_j, this->fq12_result)); in TEST_F() 1828 THROW_ON_EPIDERR(WriteFfElement(this->fq12, this->fq12_result, &fq12_r_str, in TEST_F() 1843 FfSub(this->fq, this->fq_a, this->fq_b, this->fq12_result)); in TEST_F() 1931 FfAdd(this->fq, this->fq_a, this->fq_b, this->fq12_result)); in TEST_F() 2014 EXPECT_EQ(kEpidBadArgErr, FfInv(this->fq, this->fq_a, this->fq12_result)); in TEST_F() [all …]
|