OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:V2Authenticator
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/protocol/
v2_authenticator.h
23
class
V2Authenticator
: public Authenticator {
37
virtual ~
V2Authenticator
();
51
V2Authenticator
(crypto::P224EncryptedKeyExchange::PeerType type,
74
DISALLOW_COPY_AND_ASSIGN(
V2Authenticator
);
v2_authenticator.cc
33
bool
V2Authenticator
::IsEkeMessage(const buzz::XmlElement* message) {
38
scoped_ptr<Authenticator>
V2Authenticator
::CreateForClient(
41
return scoped_ptr<Authenticator>(new
V2Authenticator
(
46
scoped_ptr<Authenticator>
V2Authenticator
::CreateForHost(
51
scoped_ptr<
V2Authenticator
> result(new
V2Authenticator
(
58
V2Authenticator
::
V2Authenticator
(
69
V2Authenticator
::~
V2Authenticator
() {
[
all
...]
Completed in 37 milliseconds