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

  /external/chromium_org/chromeos/network/onc/
onc_normalizer.cc 106 std::string clientcert_type;
107 eap->GetStringWithoutPathExpansion(kClientCertType, &clientcert_type);
109 eap, kClientCertPattern, clientcert_type == ::onc::certificate::kPattern);
111 eap, kClientCertRef, clientcert_type == ::onc::certificate::kRef);
131 std::string clientcert_type; local
133 &clientcert_type);
136 clientcert_type == ::onc::certificate::kPattern);
139 clientcert_type == ::onc::certificate::kRef);
180 std::string clientcert_type;
181 openvpn->GetStringWithoutPathExpansion(kClientCertType, &clientcert_type);
    [all...]

Completed in 215 milliseconds