HomeSort by relevance Sort by last modified time
    Searched full:certificate_file (Results 1 - 13 of 13) sorted by null

  /system/connectivity/shill/
certificate_file_unittest.cc 17 #include "shill/certificate_file.h"
136 CertificateFile certificate_file; local
137 certificate_file.set_root_directory(temp_dir_.path());
138 outfile = certificate_file.CreatePEMFromStrings(vector<string>{ kPEMData });
141 // The output file should be deleted when certificate_file goes out-of-scope.
mock_certificate_file.h 25 #include "shill/certificate_file.h"
mock_eap_credentials.h 41 void(CertificateFile* certificate_file,
certificate_file.cc 17 #include "shill/certificate_file.h"
41 static string ObjectID(CertificateFile* c) { return "(certificate_file)"; }
eap_credentials.h 88 // credentials in |this|. To do so, this function may use |certificate_file|
91 CertificateFile* certificate_file,
eap_credentials.cc 30 #include "shill/certificate_file.h"
85 CertificateFile* certificate_file, KeyValueStore* params) const {
89 certificate_file->CreatePEMFromStrings(ca_cert_pem_);
Android.mk 191 certificate_file.cc \
shill.gyp 443 'certificate_file.cc',
    [all...]
  /system/webservd/webservd/
server.cc 177 const base::FilePath certificate_file{kCertificateFile};
180 auto cert = LoadAndValidateCertificate(certificate_file);
209 StoreCertificate(cert.get(), certificate_file);
  /system/connectivity/shill/ethernet/
ethernet.h 27 #include "shill/certificate_file.h"
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver.cc 49 #include "shill/certificate_file.h"
openvpn_driver.cc 31 #include "shill/certificate_file.h"
    [all...]
  /system/connectivity/shill/wifi/
wifi_service.cc 35 #include "shill/certificate_file.h"
    [all...]

Completed in 166 milliseconds