OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SslHmacChannelAuthenticator
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/protocol/
ssl_hmac_channel_authenticator.cc
28
scoped_ptr<
SslHmacChannelAuthenticator
>
29
SslHmacChannelAuthenticator
::CreateForClient(
32
scoped_ptr<
SslHmacChannelAuthenticator
> result(
33
new
SslHmacChannelAuthenticator
(auth_key));
38
scoped_ptr<
SslHmacChannelAuthenticator
>
39
SslHmacChannelAuthenticator
::CreateForHost(
43
scoped_ptr<
SslHmacChannelAuthenticator
> result(
44
new
SslHmacChannelAuthenticator
(auth_key));
50
SslHmacChannelAuthenticator
::
SslHmacChannelAuthenticator
(
[
all
...]
ssl_hmac_channel_authenticator.h
29
//
SslHmacChannelAuthenticator
implements ChannelAuthenticator that
32
class
SslHmacChannelAuthenticator
: public ChannelAuthenticator,
47
static scoped_ptr<
SslHmacChannelAuthenticator
> CreateForClient(
51
static scoped_ptr<
SslHmacChannelAuthenticator
> CreateForHost(
56
virtual ~
SslHmacChannelAuthenticator
();
64
SslHmacChannelAuthenticator
(const std::string& auth_key);
100
DISALLOW_COPY_AND_ASSIGN(
SslHmacChannelAuthenticator
);
Completed in 673 milliseconds