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

  /external/chromium_org/net/base/
crypto_module.h 33 OSModuleHandle os_module_handle() const { return module_handle_; } function in class:net::CryptoModule
  /external/chromium_org/chrome/browser/ui/
crypto_module_password_dialog_nss.cc 21 return (PK11_NeedLogin(module->os_module_handle()) &&
22 !PK11_IsLoggedIn(module->os_module_handle(), NULL /* wincx */));
97 SECStatus rv = PK11_CheckUserPassword(modules_[current_]->os_module_handle(),
  /external/chromium_org/net/cert/
nss_cert_database_unittest.cc 65 EXPECT_EQ(0U, ListCertsInSlot(slot_->os_module_handle()).size());
70 ASSERT_TRUE(slot_->os_module_handle());
79 EXPECT_EQ(0U, ListCertsInSlot(slot_->os_module_handle()).size());
124 CertificateList certs = ListCertsInSlot(slot_->os_module_handle());
179 EXPECT_EQ(0U, ListCertsInSlot(slot_->os_module_handle()).size());
192 CertificateList cert_list = ListCertsInSlot(slot_->os_module_handle());
216 EXPECT_EQ(1U, ListCertsInSlot(slot_->os_module_handle()).size());
226 EXPECT_EQ(1U, ListCertsInSlot(slot_->os_module_handle()).size());
239 CertificateList cert_list = ListCertsInSlot(slot_->os_module_handle());
262 CertificateList cert_list = ListCertsInSlot(slot_->os_module_handle());
    [all...]
nss_cert_database_chromeos_unittest.cc 118 EXPECT_NE(db_2_->GetPublicSlot().get(), (*it)->os_module_handle());
119 if ((*it)->os_module_handle() == db_1_->GetPublicSlot().get())
127 EXPECT_NE(db_1_->GetPublicSlot().get(), (*it)->os_module_handle());
128 if ((*it)->os_module_handle() == db_2_->GetPublicSlot().get())
nss_profile_filter_chromeos.cc 137 return !filter_.IsModuleAllowed(module->os_module_handle());
nss_cert_database.cc 160 << PK11_GetModuleID(module->os_module_handle()) << ":"
161 << PK11_GetSlotID(module->os_module_handle());
162 int result = psm::nsPKCS12Blob_Import(module->os_module_handle(),

Completed in 1699 milliseconds