Home
last modified time | relevance | path

Searched refs:pem_strings (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/rtc_base/
Dfake_ssl_identity.cc76 FakeSSLIdentity::FakeSSLIdentity(const std::vector<std::string>& pem_strings) { in FakeSSLIdentity() argument
78 certs.reserve(pem_strings.size()); in FakeSSLIdentity()
79 for (const std::string& pem_string : pem_strings) { in FakeSSLIdentity()
Dfake_ssl_identity.h57 explicit FakeSSLIdentity(const std::vector<std::string>& pem_strings);
/external/scapy/scapy/layers/tls/
Dcert.py96 pem_strings = []
103 pem_strings.append(s[start_idx:end_idx])
105 return pem_strings