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.cc85 bool key_matches() const { in key_matches() function
103 EXPECT_TRUE(spake2.key_matches()); in TEST()
111 EXPECT_FALSE(spake2.key_matches()) << "Key matched for unequal passwords."; in TEST()
119 EXPECT_FALSE(spake2.key_matches()) << "Key matched for unequal names."; in TEST()
126 EXPECT_FALSE(spake2.Run() && spake2.key_matches()) in TEST()