OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CryptString
(Results
1 - 25
of
39
) sorted by null
1
2
/external/chromium/third_party/libjingle/source/talk/xmpp/
saslplainmechanism.h
31
#include "talk/base/
cryptstring
.h"
39
SaslPlainMechanism(const buzz::Jid user_jid, const talk_base::
CryptString
& password) :
60
talk_base::
CryptString
password_;
xmppclientsettings.h
32
#include "talk/base/
cryptstring
.h"
45
void set_pass(const talk_base::
CryptString
& pass) { pass_ = pass; }
56
const talk_base::
CryptString
& pass() const { return pass_; }
66
talk_base::
CryptString
pass_;
92
void set_proxy_pass(const talk_base::
CryptString
& pass) { proxy_pass_ = pass; }
101
const talk_base::
CryptString
& proxy_pass() const { return proxy_pass_; }
111
talk_base::
CryptString
proxy_pass_;
plainsaslhandler.h
38
PlainSaslHandler(const Jid & jid, const talk_base::
CryptString
& password,
72
talk_base::
CryptString
password_;
prexmppauth.h
31
#include "talk/base/
cryptstring
.h"
71
const talk_base::
CryptString
& pass,
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
saslplainmechanism.h
31
#include "talk/base/
cryptstring
.h"
39
SaslPlainMechanism(const buzz::Jid user_jid, const talk_base::
CryptString
& password) :
60
talk_base::
CryptString
password_;
plainsaslhandler.h
38
PlainSaslHandler(const Jid & jid, const talk_base::
CryptString
& password,
72
talk_base::
CryptString
password_;
xmppauth.h
33
#include "talk/base/
cryptstring
.h"
48
const talk_base::
CryptString
& pass,
71
talk_base::
CryptString
passwd_;
xmppclientsettings.h
32
#include "talk/base/
cryptstring
.h"
46
void set_pass(const talk_base::
CryptString
& pass) { pass_ = pass; }
64
const talk_base::
CryptString
& pass() const { return pass_; }
76
talk_base::
CryptString
pass_;
104
void set_proxy_pass(const talk_base::
CryptString
& pass) { proxy_pass_ = pass; }
113
const talk_base::
CryptString
& proxy_pass() const { return proxy_pass_; }
123
talk_base::
CryptString
proxy_pass_;
prexmppauth.h
31
#include "talk/base/
cryptstring
.h"
71
const talk_base::
CryptString
& pass,
xmppauth.cc
44
const talk_base::
CryptString
& pass,
/external/chromium/third_party/libjingle/source/talk/base/
cryptstring.h
65
class
CryptString
{
67
CryptString
() : impl_(new EmptyCryptStringImpl()) {}
70
CryptString
(const
CryptString
& other) : impl_(other.impl_->Copy()) {}
71
explicit
CryptString
(const CryptStringImpl & impl) : impl_(impl.Copy()) {}
72
CryptString
& operator=(const
CryptString
& other) {
111
void Append(const
CryptString
* password) {
proxyinfo.h
33
#include "talk/base/
cryptstring
.h"
52
CryptString
password;
autodetectproxy.h
33
#include "talk/base/
cryptstring
.h"
59
const
CryptString
& password) {
socketadapters.h
35
#include "talk/base/
cryptstring
.h"
119
const std::string& username, const
CryptString
& password);
146
CryptString
pass_;
178
const std::string& username, const
CryptString
& password);
201
CryptString
pass_;
/external/chromium/third_party/libjingle/source/talk/examples/login/
xmppauth.h
33
#include "talk/base/
cryptstring
.h"
46
const talk_base::
CryptString
& pass,
67
talk_base::
CryptString
passwd_;
xmppauth.cc
43
const talk_base::
CryptString
& pass,
/external/chromium_org/third_party/libjingle/source/talk/base/
cryptstring.h
65
class
CryptString
{
67
CryptString
() : impl_(new EmptyCryptStringImpl()) {}
70
CryptString
(const
CryptString
& other) : impl_(other.impl_->Copy()) {}
71
explicit
CryptString
(const CryptStringImpl & impl) : impl_(impl.Copy()) {}
72
CryptString
& operator=(const
CryptString
& other) {
111
void Append(const
CryptString
* password) {
proxyinfo.h
33
#include "talk/base/
cryptstring
.h"
52
CryptString
password;
socketadapters.h
35
#include "talk/base/
cryptstring
.h"
119
const std::string& username, const
CryptString
& password);
146
CryptString
pass_;
178
const std::string& username, const
CryptString
& password);
201
CryptString
pass_;
autodetectproxy.h
34
#include "talk/base/
cryptstring
.h"
62
const
CryptString
& password) {
proxy_unittest.cc
99
"", talk_base::
CryptString
());
124
socket, "unittest/1.0", kHttpsProxyIntAddress, "",
CryptString
());
/external/chromium_org/jingle/notifier/base/
gaia_token_pre_xmpp_auth.h
32
const talk_base::
CryptString
& pass,
gaia_token_pre_xmpp_auth.cc
68
const talk_base::
CryptString
& pass,
xmpp_connection_unittest.cc
31
class
CryptString
;
53
const talk_base::
CryptString
&,
/external/chromium_org/third_party/libjingle/source/talk/examples/chat/
chat_main.cc
115
xcs.set_pass(talk_base::
CryptString
(pass));
Completed in 1168 milliseconds
1
2