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

  /external/libmicrohttpd/src/testcurl/https/
tls_test_keys.h 55 const char ca_cert_pem[] = "-----BEGIN CERTIFICATE-----\n" variable
test_tls_authentication.c 39 extern const char ca_cert_pem[];
tls_test_common.c 43 if (fwrite (ca_cert_pem, sizeof (char), strlen (ca_cert_pem) + 1, cert_fd)
44 != strlen (ca_cert_pem) + 1)
  /system/connectivity/shill/vpn/
openvpn_driver.cc 741 vector<string> ca_cert_pem; local
743 ca_cert_pem = args()->GetStrings(kOpenVPNCaCertPemProperty);
749 if (!ca_cert_pem.empty())
762 if (!ca_cert_pem.empty()) {
764 FilePath certfile = certificate_file_->CreatePEMFromStrings(ca_cert_pem);
776 DCHECK(!ca_cert.empty() && ca_cert_pem.empty());
    [all...]
  /system/connectivity/shill/
eap_credentials_unittest.cc 67 void SetCACertPEM(const vector<string>& ca_cert_pem) {
68 eap_.ca_cert_pem_ = ca_cert_pem;

Completed in 1267 milliseconds