Searched refs:key_rotation (Results 1 – 5 of 5) sorted by relevance
867 bool key_rotation = false; in UpdateSecurity() local874 key_rotation = Is8021x(); in UpdateSecurity()879 key_rotation = true; in UpdateSecurity()883 key_rotation = true; in UpdateSecurity()887 key_rotation = true; in UpdateSecurity()890 SetSecurity(algorithm, key_rotation, endpoint_auth); in UpdateSecurity()
1792 EXPECT_FALSE(service->key_rotation()); in TEST_F()1798 EXPECT_FALSE(service->key_rotation()); in TEST_F()1804 EXPECT_TRUE(service->key_rotation()); in TEST_F()1810 EXPECT_TRUE(service->key_rotation()); in TEST_F()1816 EXPECT_TRUE(service->key_rotation()); in TEST_F()1826 EXPECT_TRUE(service->key_rotation()); in TEST_F()1836 EXPECT_TRUE(service->key_rotation()); in TEST_F()1846 EXPECT_TRUE(service->key_rotation()); in TEST_F()1856 EXPECT_TRUE(service->key_rotation()); in TEST_F()
414 bool key_rotation() const { return key_rotation_; } in key_rotation() function
1535 void Service::SetSecurity(CryptoAlgorithm crypto_algorithm, bool key_rotation, in SetSecurity() argument1538 key_rotation_ = key_rotation; in SetSecurity()
1954 << " key_rotation: " << service->key_rotation() in AutoConnect()2054 << " key_rotation: " << service->key_rotation() in ConnectToBestServicesTask()