Searched refs:pubkey_with_bad_h2 (Results 1 – 2 of 2) sorted by relevance
70 Epid11GroupPubKey pubkey_with_bad_h2 = this->kPubKeyStr; in TEST_F() local71 pubkey_with_bad_h2.h2.x.data.data[31]++; // munge h2 so not in G1 in TEST_F()73 Epid11VerifierCreate(&pubkey_with_bad_h2, nullptr, &ctx)); in TEST_F()
75 GroupPubKey pubkey_with_bad_h2 = this->kPubKeyStr; in TEST_F() local76 pubkey_with_bad_h2.h2.x.data.data[31]++; // munge h2 so not in G1 in TEST_F()78 EpidVerifierCreate(&pubkey_with_bad_h2, nullptr, &ctx)); in TEST_F()