Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/curve25519/
Dspake25519_test.cc93 bool key_matches() const { in key_matches() function
113 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()