OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_key_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/remoting/protocol/
ssl_hmac_channel_authenticator.h
84
std::string
auth_key_
;
member in class:remoting::protocol::SslHmacChannelAuthenticator
v2_authenticator.cc
141
auth_key_
= key_exchange_impl_.GetKey();
186
CHECK(!
auth_key_
.empty());
191
local_cert_, local_key_pair_,
auth_key_
).Pass());
195
remote_cert_,
auth_key_
).Pass());
v2_authenticator.h
72
std::string
auth_key_
;
member in class:remoting::protocol::V2Authenticator
ssl_hmac_channel_authenticator.cc
52
:
auth_key_
(auth_key) {
141
kHostAuthSslExporterLabel : kClientAuthSslExporterLabel,
auth_key_
);
256
kClientAuthSslExporterLabel : kHostAuthSslExporterLabel,
auth_key_
);
Completed in 45 milliseconds