Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/
Dcert_loader.cc76 LoadCertificates(); in StartWithNSSDB()
143 void CertLoader::LoadCertificates() { in LoadCertificates() function in chromeos::CertLoader
174 LoadCertificates(); in UpdateCertificates()
185 LoadCertificates(); in OnCACertChanged()
191 LoadCertificates(); in OnCertAdded()
196 LoadCertificates(); in OnCertRemoved()
Dcert_loader.h102 void LoadCertificates();
/external/chromium_org/net/cert/
Dtest_root_certs.cc23 CertificateList LoadCertificates(const base::FilePath& filename) { in LoadCertificates() function
46 CertificateList root_certs = LoadCertificates(file); in AddFromFile()