OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NegotiatingAuthenticatorTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/protocol/
negotiating_authenticator_unittest.cc
45
class
NegotiatingAuthenticatorTest
: public AuthenticatorTestBase {
47
NegotiatingAuthenticatorTest
() {
49
virtual ~
NegotiatingAuthenticatorTest
() {
76
base::Bind(&
NegotiatingAuthenticatorTest
::FetchSecret,
147
DISALLOW_COPY_AND_ASSIGN(
NegotiatingAuthenticatorTest
);
157
TEST_F(
NegotiatingAuthenticatorTest
, MAYBE(SuccessfulAuthHmac)) {
165
TEST_F(
NegotiatingAuthenticatorTest
, MAYBE(SuccessfulAuthPlain)) {
172
TEST_F(
NegotiatingAuthenticatorTest
, MAYBE(InvalidSecretHmac)) {
181
TEST_F(
NegotiatingAuthenticatorTest
, MAYBE(InvalidSecretPlain)) {
190
TEST_F(
NegotiatingAuthenticatorTest
, MAYBE(IncompatibleMethods))
[
all
...]
pairing_registry.h
148
friend class
NegotiatingAuthenticatorTest
;
Completed in 49 milliseconds