Home
last modified time | relevance | path

Searched refs:CryptoModuleList (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dcrypto_module_password_dialog_nss.cc30 SlotUnlocker(const net::CryptoModuleList& modules,
43 net::CryptoModuleList modules_;
51 SlotUnlocker::SlotUnlocker(const net::CryptoModuleList& modules, in SlotUnlocker()
125 void UnlockSlotsIfNecessary(const net::CryptoModuleList& modules, in UnlockSlotsIfNecessary()
145 net::CryptoModuleList modules; in UnlockCertSlotIfNecessary()
Dcrypto_module_password_dialog_nss.h19 typedef std::vector<scoped_refptr<CryptoModule> > CryptoModuleList; typedef
28 void UnlockSlotsIfNecessary(const net::CryptoModuleList& modules,
/external/chromium_org/net/cert/
Dnss_cert_database_chromeos_unittest.cc113 CryptoModuleList modules_1; in TEST_F()
114 CryptoModuleList modules_2; in TEST_F()
120 for (CryptoModuleList::iterator it = modules_1.begin(); it != modules_1.end(); in TEST_F()
129 for (CryptoModuleList::iterator it = modules_2.begin(); it != modules_2.end(); in TEST_F()
Dnss_cert_database.h30 typedef std::vector<scoped_refptr<CryptoModule> > CryptoModuleList; typedef
166 virtual void ListModules(CryptoModuleList* modules, bool need_rw) const;
Dnss_cert_database_chromeos.h31 virtual void ListModules(CryptoModuleList* modules, bool need_rw) const
Dnss_cert_database_chromeos.cc64 void NSSCertDatabaseChromeOS::ListModules(CryptoModuleList* modules, in ListModules()
Dnss_cert_database.cc158 void NSSCertDatabase::ListModules(CryptoModuleList* modules, in ListModules()
/external/chromium_org/net/base/
Dcrypto_module.h22 typedef std::vector<scoped_refptr<CryptoModule> > CryptoModuleList; typedef
/external/chromium_org/chrome/browser/
Dcertificate_manager_model.cc82 net::CryptoModuleList modules; in Refresh()
/external/chromium_org/chrome/browser/ui/webui/options/
Dcertificate_manager_handler.cc764 net::CryptoModuleList modules; in ImportPersonalFileRead()