HomeSort by relevance Sort by last modified time
    Searched defs:OpenSSLIdentity (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
opensslidentity.h 102 class OpenSSLIdentity : public SSLIdentity {
104 static OpenSSLIdentity* Generate(const std::string& common_name,
106 static OpenSSLIdentity* GenerateForTest(const SSLIdentityParams& params);
109 ~OpenSSLIdentity() override;
112 OpenSSLIdentity* GetReference() const override;
118 OpenSSLIdentity(OpenSSLKeyPair* key_pair, OpenSSLCertificate* certificate);
120 static OpenSSLIdentity* GenerateInternal(const SSLIdentityParams& params);
125 RTC_DISALLOW_COPY_AND_ASSIGN(OpenSSLIdentity);
opensslidentity.cc 13 #include "webrtc/base/opensslidentity.h"
393 OpenSSLIdentity::OpenSSLIdentity(OpenSSLKeyPair* key_pair,
400 OpenSSLIdentity::~OpenSSLIdentity() = default;
402 OpenSSLIdentity* OpenSSLIdentity::GenerateInternal(
409 return new OpenSSLIdentity(key_pair, certificate);
416 OpenSSLIdentity* OpenSSLIdentity::Generate(const std::string& common_name
    [all...]

Completed in 104 milliseconds