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

  /external/chromium_org/net/cert/
nss_profile_filter_chromeos_unittest.cc 39 CertificateList ListCertsInSlot(PK11SlotInfo* slot) {
148 CertificateList root_certs(ListCertsInSlot(root_certs_slot.get()));
nss_cert_database.cc 117 void NSSCertDatabase::ListCertsInSlot(const ListCertsCallback& callback,
  /external/chromium_org/chromeos/network/onc/
onc_certificate_importer_impl_unittest.cc 166 return ListCertsInSlot(public_nssdb_.slot());
170 return ListCertsInSlot(private_nssdb_.slot());
173 net::CertificateList ListCertsInSlot(PK11SlotInfo* slot) {

Completed in 8252 milliseconds