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

  /external/chromium_org/net/cert/
nss_cert_database_unittest.cc 65 EXPECT_EQ(0U, ListCertsInSlot(slot_->os_module_handle()).size());
79 EXPECT_EQ(0U, ListCertsInSlot(slot_->os_module_handle()).size());
101 static CertificateList ListCertsInSlot(PK11SlotInfo* slot) {
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.h 121 virtual void ListCertsInSlot(const ListCertsCallback& callback,
nss_profile_filter_chromeos_unittest.cc 38 CertificateList ListCertsInSlot(PK11SlotInfo* slot) {
140 CertificateList root_certs(ListCertsInSlot(root_certs_slot.get()));
nss_cert_database.cc 97 void NSSCertDatabase::ListCertsInSlot(const ListCertsCallback& callback,
  /external/chromium_org/chromeos/network/onc/
onc_certificate_importer_impl_unittest.cc 152 return ListCertsInSlot(test_nssdb_->GetPublicSlot().get());
156 return ListCertsInSlot(test_nssdb_->GetPrivateSlot().get());
159 net::CertificateList ListCertsInSlot(PK11SlotInfo* slot) {
  /external/chromium_org/chrome/browser/chromeos/platform_keys/
platform_keys_nss.cc 426 cert_db->ListCertsInSlot(

Completed in 560 milliseconds