Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dservice.h414 bool key_rotation() const { return key_rotation_; } in key_rotation()
847 bool key_rotation_; variable
Dservice.cc164 key_rotation_(false), in Service()
1063 return (crypto_algorithm_ << 2) | (key_rotation_ << 1) | endpoint_auth_; in SecurityLevel()
1538 key_rotation_ = key_rotation; in SetSecurity()