HomeSort by relevance Sort by last modified time
    Searched refs:NSSIdentity (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
nssidentity.h 118 class NSSIdentity : public SSLIdentity {
120 static NSSIdentity* Generate(const std::string& common_name);
121 static NSSIdentity* GenerateForTest(const SSLIdentityParams& params);
124 virtual ~NSSIdentity() {
128 virtual NSSIdentity* GetReference() const;
134 NSSIdentity(NSSKeyPair* keypair, NSSCertificate* cert) :
137 static NSSIdentity* GenerateInternal(const SSLIdentityParams& params);
142 DISALLOW_EVIL_CONSTRUCTORS(NSSIdentity);
nssidentity.cc 39 #include "talk/base/nssidentity.h"
351 NSSIdentity* NSSIdentity::GenerateInternal(const SSLIdentityParams& params) {
355 NSSIdentity *identity = NULL;
441 identity = new NSSIdentity(keypair, new NSSCertificate(certificate));
457 NSSIdentity* NSSIdentity::Generate(const std::string &common_name) {
465 NSSIdentity* NSSIdentity::GenerateForTest(const SSLIdentityParams& params) {
469 SSLIdentity* NSSIdentity::FromPEMStrings(const std::string& private_key
    [all...]
sslidentity.cc 49 #include "talk/base/nssidentity.h"
153 return NSSIdentity::Generate(common_name);
157 return NSSIdentity::GenerateForTest(params);
162 return NSSIdentity::FromPEMStrings(private_key, certificate);
nssstreamadapter.cc 55 #include "talk/base/nssidentity.h"
483 NSSIdentity *identity;
486 identity = static_cast<NSSIdentity *>(identity_.get());
877 NSSIdentity *identity = static_cast<NSSIdentity *>(stream->identity_.get());
  /external/chromium_org/third_party/webrtc/base/
nssidentity.h 101 class NSSIdentity : public SSLIdentity {
103 static NSSIdentity* Generate(const std::string& common_name);
104 static NSSIdentity* GenerateForTest(const SSLIdentityParams& params);
107 virtual ~NSSIdentity() {
111 virtual NSSIdentity* GetReference() const;
117 NSSIdentity(NSSKeyPair* keypair, NSSCertificate* cert) :
120 static NSSIdentity* GenerateInternal(const SSLIdentityParams& params);
125 DISALLOW_EVIL_CONSTRUCTORS(NSSIdentity);
nssidentity.cc 21 #include "webrtc/base/nssidentity.h"
333 NSSIdentity* NSSIdentity::GenerateInternal(const SSLIdentityParams& params) {
337 NSSIdentity *identity = NULL;
423 identity = new NSSIdentity(keypair, new NSSCertificate(certificate));
439 NSSIdentity* NSSIdentity::Generate(const std::string &common_name) {
447 NSSIdentity* NSSIdentity::GenerateForTest(const SSLIdentityParams& params) {
451 SSLIdentity* NSSIdentity::FromPEMStrings(const std::string& private_key
    [all...]
sslidentity.cc 32 #include "webrtc/base/nssidentity.h"
136 return NSSIdentity::Generate(common_name);
140 return NSSIdentity::GenerateForTest(params);
145 return NSSIdentity::FromPEMStrings(private_key, certificate);
nssstreamadapter.cc 37 #include "webrtc/base/nssidentity.h"
465 NSSIdentity *identity;
468 identity = static_cast<NSSIdentity *>(identity_.get());
859 NSSIdentity *identity = static_cast<NSSIdentity *>(stream->identity_.get());

Completed in 408 milliseconds