Searched refs:OpenSSLIdentity (Results 1 - 10 of 10) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dopensslidentity.h103 class OpenSSLIdentity : public SSLIdentity { class in namespace:talk_base
105 static OpenSSLIdentity* Generate(const std::string& common_name);
107 virtual ~OpenSSLIdentity() { }
113 virtual OpenSSLIdentity* GetReference() {
114 return new OpenSSLIdentity(key_pair_->GetReference(),
122 OpenSSLIdentity(OpenSSLKeyPair* key_pair, function in class:talk_base::OpenSSLIdentity
132 DISALLOW_EVIL_CONSTRUCTORS(OpenSSLIdentity);
H A Dsslidentity.cc63 return OpenSSLIdentity::Generate(common_name);
H A Dopensslstreamadapter.h68 class OpenSSLIdentity;
157 scoped_ptr<OpenSSLIdentity> identity_;
H A Dopensslidentity.cc251 OpenSSLIdentity* OpenSSLIdentity::Generate(const std::string& common_name) {
257 return new OpenSSLIdentity(key_pair, certificate);
264 bool OpenSSLIdentity::ConfigureIdentity(SSL_CTX* ctx) {
H A Dopensslstreamadapter.cc178 identity_.reset(static_cast<OpenSSLIdentity*>(identity));
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dopensslidentity.h115 class OpenSSLIdentity : public SSLIdentity { class in namespace:talk_base
117 static OpenSSLIdentity* Generate(const std::string& common_name);
120 virtual ~OpenSSLIdentity() { }
126 virtual OpenSSLIdentity* GetReference() const {
127 return new OpenSSLIdentity(key_pair_->GetReference(),
135 OpenSSLIdentity(OpenSSLKeyPair* key_pair, function in class:talk_base::OpenSSLIdentity
145 DISALLOW_EVIL_CONSTRUCTORS(OpenSSLIdentity);
H A Dopensslidentity.cc285 OpenSSLIdentity* OpenSSLIdentity::Generate(const std::string& common_name) {
291 return new OpenSSLIdentity(key_pair, certificate);
298 SSLIdentity* OpenSSLIdentity::FromPEMStrings(
324 return new OpenSSLIdentity(new OpenSSLKeyPair(pkey),
328 bool OpenSSLIdentity::ConfigureIdentity(SSL_CTX* ctx) {
H A Dopensslstreamadapter.h71 class OpenSSLIdentity;
189 scoped_ptr<OpenSSLIdentity> identity_;
H A Dsslidentity.cc130 return OpenSSLIdentity::Generate(common_name);
135 return OpenSSLIdentity::FromPEMStrings(private_key, certificate);
H A Dopensslstreamadapter.cc206 identity_.reset(static_cast<OpenSSLIdentity*>(identity));

Completed in 168 milliseconds