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

  /external/chromium_org/chromeos/network/onc/
onc_utils.h 36 typedef std::map<std::string, std::string> CertPEMsByGUIDMap;
118 const CertPEMsByGUIDMap& certs_by_guid,
125 const CertPEMsByGUIDMap& certs_by_guid,
onc_utils.cc 315 CertPEMsByGUIDMap GetServerAndCACertsByGUID(
317 CertPEMsByGUIDMap certs_by_guid;
424 CertPEMsByGUIDMap server_and_ca_certs =
459 bool GUIDRefToPEMEncoding(const CertPEMsByGUIDMap& certs_by_guid,
462 CertPEMsByGUIDMap::const_iterator it = certs_by_guid.find(guid_ref);
475 bool ResolveSingleCertRef(const CertPEMsByGUIDMap& certs_by_guid,
492 bool ResolveCertRefList(const CertPEMsByGUIDMap& certs_by_guid,
520 bool ResolveSingleCertRefToList(const CertPEMsByGUIDMap& certs_by_guid,
542 bool ResolveCertRefsOrRefToList(const CertPEMsByGUIDMap& certs_by_guid,
562 bool ResolveServerCertRefsInObject(const CertPEMsByGUIDMap& certs_by_guid
    [all...]
onc_utils_unittest.cc 108 CertPEMsByGUIDMap certs;

Completed in 26 milliseconds