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

  /external/webrtc/webrtc/base/
sslidentity.h 27 class SSLCertChain;
55 virtual bool GetChain(SSLCertChain** chain) const = 0;
78 // SSLCertChain is a simple wrapper for a vector of SSLCertificates. It serves
81 class SSLCertChain {
85 explicit SSLCertChain(const std::vector<SSLCertificate*>& certs);
86 explicit SSLCertChain(const SSLCertificate* cert);
87 ~SSLCertChain();
95 // Returns a new SSLCertChain object instance wrapping the same underlying
97 SSLCertChain* Copy() const {
98 return new SSLCertChain(certs_)
    [all...]
sslidentity.cc 141 SSLCertChain::SSLCertChain(const std::vector<SSLCertificate*>& certs) {
147 SSLCertChain::SSLCertChain(const SSLCertificate* cert) {
151 SSLCertChain::~SSLCertChain() {
fakesslidentity.h 71 virtual bool GetChain(SSLCertChain** chain) const {
76 *chain = new SSLCertChain(new_certs);
opensslidentity.h 88 bool GetChain(SSLCertChain** chain) const override;
opensslidentity.cc 289 bool OpenSSLCertificate::GetChain(SSLCertChain** chain) const {
sslstreamadapter_unittest.cc     [all...]
  /external/webrtc/talk/app/webrtc/
statscollector.cc 589 rtc::scoped_ptr<rtc::SSLCertChain> chain;
    [all...]

Completed in 2567 milliseconds