Searched refs:key_matches (Results 1 – 1 of 1) sorted by relevance
93 bool key_matches() const { in key_matches() function113 EXPECT_TRUE(spake2.key_matches()); in TEST()122 EXPECT_TRUE(spake2.key_matches()); in TEST()131 EXPECT_TRUE(spake2.key_matches()); in TEST()139 EXPECT_FALSE(spake2.key_matches()) << "Key matched for unequal passwords."; in TEST()147 EXPECT_FALSE(spake2.key_matches()) << "Key matched for unequal names."; in TEST()154 EXPECT_FALSE(spake2.Run() && spake2.key_matches()) in TEST()