Searched refs:spake2 (Results 1 – 1 of 1) sorted by relevance
101 SPAKE2Run spake2; in TEST() local102 ASSERT_TRUE(spake2.Run()); in TEST()103 EXPECT_TRUE(spake2.key_matches()); in TEST()108 SPAKE2Run spake2; in TEST() local109 spake2.bob_password = "wrong password"; in TEST()110 ASSERT_TRUE(spake2.Run()); in TEST()111 EXPECT_FALSE(spake2.key_matches()) << "Key matched for unequal passwords."; in TEST()115 SPAKE2Run spake2; in TEST() local116 spake2.alice_names.second = "charlie"; in TEST()117 spake2.bob_names.second = "charlie"; in TEST()[all …]