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

  /external/chromium_org/chromeos/network/onc/
onc_certificate_importer_impl_unittest.cc 66 ASSERT_TRUE(slot_->os_module_handle());
138 CERTCertList* cert_list = PK11_ListCertsInSlot(slot_->os_module_handle());
185 PK11_ListPrivKeysInSlot(slot_->os_module_handle(), NULL, NULL);
202 PK11_ListPublicKeysInSlot(slot_->os_module_handle(), NULL);
220 PK11_ListPrivKeysInSlot(slot_->os_module_handle(), NULL, NULL);
224 PK11_ListPublicKeysInSlot(slot_->os_module_handle(), NULL);
237 PK11_ListPrivKeysInSlot(slot_->os_module_handle(), NULL, NULL);
241 PK11_ListPublicKeysInSlot(slot_->os_module_handle(), NULL);
255 PK11_ListPrivKeysInSlot(slot_->os_module_handle(), NULL, NULL);
259 PK11_ListPublicKeysInSlot(slot_->os_module_handle(), NULL)
    [all...]
  /external/chromium/net/base/
cert_database_nss_unittest.cc 118 EXPECT_EQ(0U, ListCertsInSlot(slot_->os_module_handle()).size());
122 ASSERT_TRUE(slot_->os_module_handle());
124 EXPECT_TRUE(CleanupSlotContents(slot_->os_module_handle()));
125 EXPECT_EQ(0U, ListCertsInSlot(slot_->os_module_handle()).size());
161 EXPECT_EQ(0U, ListCertsInSlot(slot_->os_module_handle()).size());
171 CertificateList cert_list = ListCertsInSlot(slot_->os_module_handle());
202 CertificateList cert_list = ListCertsInSlot(slot_->os_module_handle());
234 CertificateList cert_list = ListCertsInSlot(slot_->os_module_handle());
265 CertificateList cert_list = ListCertsInSlot(slot_->os_module_handle());
300 EXPECT_EQ(0U, ListCertsInSlot(slot_->os_module_handle()).size())
    [all...]
crypto_module.h 32 OSModuleHandle os_module_handle() const { return module_handle_; } function in class:net::CryptoModule
cert_database_nss.cc 117 PK11_FreeSlot(module->os_module_handle());
127 PK11_FreeSlot(module->os_module_handle());
160 int result = psm::nsPKCS12Blob_Import(module->os_module_handle(),
  /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/net/cert/
nss_cert_database_unittest.cc 50 EXPECT_EQ(0U, ListCertsInSlot(slot_->os_module_handle()).size());
55 ASSERT_TRUE(slot_->os_module_handle());
64 EXPECT_EQ(0U, ListCertsInSlot(slot_->os_module_handle()).size());
109 CertificateList certs = ListCertsInSlot(slot_->os_module_handle());
149 EXPECT_EQ(0U, ListCertsInSlot(slot_->os_module_handle()).size());
162 CertificateList cert_list = ListCertsInSlot(slot_->os_module_handle());
186 EXPECT_EQ(1U, ListCertsInSlot(slot_->os_module_handle()).size());
196 EXPECT_EQ(1U, ListCertsInSlot(slot_->os_module_handle()).size());
209 CertificateList cert_list = ListCertsInSlot(slot_->os_module_handle());
232 CertificateList cert_list = ListCertsInSlot(slot_->os_module_handle());
    [all...]
nss_cert_database.cc 120 int result = psm::nsPKCS12Blob_Import(module->os_module_handle(),
  /external/chromium/chrome/browser/ui/
crypto_module_password_dialog_nss.cc 22 return (PK11_NeedLogin(module->os_module_handle()) &&
23 !PK11_IsLoggedIn(module->os_module_handle(), NULL /* wincx */));
107 SECStatus rv = PK11_CheckUserPassword(modules_[current_]->os_module_handle(),
  /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/chromeos/network/
client_cert_resolver_unittest.cc 52 ASSERT_TRUE(slot_->os_module_handle());
216 CERTCertList* cert_list = PK11_ListCertsInSlot(slot_->os_module_handle());
network_cert_migrator_unittest.cc 45 ASSERT_TRUE(slot_->os_module_handle());

Completed in 1069 milliseconds