Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common/math/unittests/
Decgroup-test.cc794 G1ElemStr bad_g1_point = this->efq_a_str; in TEST_F() local
795 bad_g1_point.x.data.data[31]++; // make point not belong to the group in TEST_F()
796 EXPECT_EQ(kEpidBadArgErr, ReadEcPoint(this->efq, &bad_g1_point, in TEST_F()
797 sizeof(bad_g1_point), this->efq_a)); in TEST_F()