Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Side by Side Diff: remoting/protocol/pairing_authenticator_base.h

Issue 543433002: Roll WebRTC 7011:7046 libjingle: 7007:7045 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update README.chromium Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef REMOTING_PROTOCOL_PAIRING_AUTHENTICATOR_BASE_H_ 5 #ifndef REMOTING_PROTOCOL_PAIRING_AUTHENTICATOR_BASE_H_
6 #define REMOTING_PROTOCOL_PAIRING_AUTHENTICATOR_BASE_H_ 6 #define REMOTING_PROTOCOL_PAIRING_AUTHENTICATOR_BASE_H_
7 7
8 #include "base/memory/weak_ptr.h" 8 #include "base/memory/weak_ptr.h"
9 #include "remoting/protocol/authenticator.h" 9 #include "remoting/protocol/authenticator.h"
10 #include "third_party/libjingle/source/talk/xmllite/xmlelement.h" 10 #include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
11 11
12 namespace remoting { 12 namespace remoting {
13 namespace protocol { 13 namespace protocol {
14 14
15 // The pairing authenticator builds on top of V2Authenticator to add 15 // The pairing authenticator builds on top of V2Authenticator to add
16 // support for PIN-less authentication via device pairing: 16 // support for PIN-less authentication via device pairing:
17 // 17 //
18 // * If a client device is already paired, it includes in the initial 18 // * If a client device is already paired, it includes in the initial
19 // authentication message a Client Id and the first SPAKE message 19 // authentication message a Client Id and the first SPAKE message
20 // using the Paired Secret and HMAC_SHA256. 20 // using the Paired Secret and HMAC_SHA256.
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 98
99 base::WeakPtrFactory<PairingAuthenticatorBase> weak_factory_; 99 base::WeakPtrFactory<PairingAuthenticatorBase> weak_factory_;
100 100
101 DISALLOW_COPY_AND_ASSIGN(PairingAuthenticatorBase); 101 DISALLOW_COPY_AND_ASSIGN(PairingAuthenticatorBase);
102 }; 102 };
103 103
104 } // namespace protocol 104 } // namespace protocol
105 } // namespace remoting 105 } // namespace remoting
106 106
107 #endif // REMOTING_PROTOCOL_PAIRING_AUTHENTICATOR_H_ 107 #endif // REMOTING_PROTOCOL_PAIRING_AUTHENTICATOR_H_
OLDNEW
« no previous file with comments | « remoting/protocol/negotiating_host_authenticator.cc ('k') | remoting/protocol/pairing_client_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698