OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NegotiatingHostAuthenticator
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/remoting/protocol/
negotiating_host_authenticator.cc
24
NegotiatingHostAuthenticator
::
NegotiatingHostAuthenticator
(
33
scoped_ptr<Authenticator>
NegotiatingHostAuthenticator
::CreateWithSharedSecret(
39
scoped_ptr<
NegotiatingHostAuthenticator
> result(
40
new
NegotiatingHostAuthenticator
(local_cert, key_pair));
52
NegotiatingHostAuthenticator
::CreateWithThirdPartyAuth(
56
scoped_ptr<
NegotiatingHostAuthenticator
> result(
57
new
NegotiatingHostAuthenticator
(local_cert, key_pair));
63
NegotiatingHostAuthenticator
::~
NegotiatingHostAuthenticator
() {
[
all
...]
negotiating_host_authenticator.h
28
class
NegotiatingHostAuthenticator
: public NegotiatingAuthenticatorBase {
30
virtual ~
NegotiatingHostAuthenticator
();
54
NegotiatingHostAuthenticator
(
77
DISALLOW_COPY_AND_ASSIGN(
NegotiatingHostAuthenticator
);
it2me_host_authenticator_factory.cc
30
return
NegotiatingHostAuthenticator
::CreateWithSharedSecret(
me2me_host_authenticator_factory.cc
147
return
NegotiatingHostAuthenticator
::CreateWithThirdPartyAuth(
153
return
NegotiatingHostAuthenticator
::CreateWithSharedSecret(
negotiating_authenticator_unittest.cc
62
host_ =
NegotiatingHostAuthenticator
::CreateWithSharedSecret(
Completed in 35 milliseconds