HomeSort by relevance Sort by last modified time
    Searched refs:kResultPending (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/crypto/
p224_spake_unittest.cc 42 CHECK_EQ(P224EncryptedKeyExchange::kResultPending, client_result);
43 CHECK_EQ(P224EncryptedKeyExchange::kResultPending, server_result);
122 ASSERT_EQ(P224EncryptedKeyExchange::kResultPending,
124 ASSERT_EQ(P224EncryptedKeyExchange::kResultPending,
p224_spake.h 28 // kResultPending: Another round is required. Call GetMessage and repeat.
37 kResultPending,
p224_spake.cc 213 return kResultPending;
  /external/chromium_org/remoting/protocol/
v2_authenticator.cc 137 case P224EncryptedKeyExchange::kResultPending:

Completed in 72 milliseconds