Home
last modified time | relevance | path

Searched refs:user_cert_key_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.h444 const std::string& user_cert_key() const { return user_cert_key_; } in user_cert_key()
484 user_cert_key_ = key; in set_user_cert_key()
498 std::string user_cert_key_; variable
Dnetwork_library.cc1306 return value->GetAsString(&user_cert_key_); in ParseValue()
1361 SetStringProperty(kL2TPIPSecKeyProperty, key, &user_cert_key_); in SetUserCertKey()