Home
last modified time | relevance | path

Searched refs:single_cert (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_base/
Dssl_certificate.cc77 SSLCertChain::SSLCertChain(std::unique_ptr<SSLCertificate> single_cert) { in SSLCertChain() argument
78 certs_.push_back(std::move(single_cert)); in SSLCertChain()
Dssl_certificate.h96 explicit SSLCertChain(std::unique_ptr<SSLCertificate> single_cert);