Searched refs:pubkey_with_bad_w (Results 1 – 2 of 2) sorted by relevance
75 Epid11GroupPubKey pubkey_with_bad_w = this->kPubKeyStr; in TEST_F() local76 pubkey_with_bad_w.w.x[0].data.data[31]++; // munge w so not in G2 in TEST_F()78 Epid11VerifierCreate(&pubkey_with_bad_w, nullptr, &ctx)); in TEST_F()
80 GroupPubKey pubkey_with_bad_w = this->kPubKeyStr; in TEST_F() local81 pubkey_with_bad_w.w.x[0].data.data[31]++; // munge w so not in G2 in TEST_F()83 EpidVerifierCreate(&pubkey_with_bad_w, nullptr, &ctx)); in TEST_F()