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

  /external/chromium_org/chromeos/network/
network_cert_migrator.cc 87 const base::ListValue* pem_property = NULL; local
91 properties, &nss_key, &pem_key, &pem_property, &nickname, &uma_type);
100 if (pem_property && !pem_property->empty()) {
126 const base::ListValue** pem_property,
156 dict->GetListWithoutPathExpansion(kNssPemMap[i].pem_key, pem_property);
network_cert_migrator_unittest.cc 164 const char* pem_property = open_vpn ? shill::kOpenVPNCaCertPemProperty local
166 provider->GetListWithoutPathExpansion(pem_property, &ca_pems);

Completed in 993 milliseconds