Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dservice.h415 bool endpoint_auth() const { return endpoint_auth_; } in endpoint_auth()
848 bool endpoint_auth_; variable
Dservice.cc165 endpoint_auth_(false), in Service()
1063 return (crypto_algorithm_ << 2) | (key_rotation_ << 1) | endpoint_auth_; in SecurityLevel()
1539 endpoint_auth_ = endpoint_auth; in SetSecurity()