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.cc81 bool key_matches() const { in key_matches() function
103 if (!spake2.key_matches()) { in TestSPAKE2()
120 if (spake2.key_matches()) { in TestWrongPassword()
137 if (spake2.key_matches()) { in TestWrongNames()
149 if (spake2.Run() && spake2.key_matches()) { in TestCorruptMessages()