Home
last modified time | relevance | path

Searched refs:crypto_algorithm (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi_service_unittest.cc1791 EXPECT_EQ(Service::kCryptoNone, service->crypto_algorithm()); in TEST_F()
1797 EXPECT_EQ(Service::kCryptoRc4, service->crypto_algorithm()); in TEST_F()
1803 EXPECT_EQ(Service::kCryptoRc4, service->crypto_algorithm()); in TEST_F()
1809 EXPECT_EQ(Service::kCryptoRc4, service->crypto_algorithm()); in TEST_F()
1815 EXPECT_EQ(Service::kCryptoAes, service->crypto_algorithm()); in TEST_F()
1825 EXPECT_EQ(Service::kCryptoRc4, service->crypto_algorithm()); in TEST_F()
1835 EXPECT_EQ(Service::kCryptoRc4, service->crypto_algorithm()); in TEST_F()
1845 EXPECT_EQ(Service::kCryptoAes, service->crypto_algorithm()); in TEST_F()
1855 EXPECT_EQ(Service::kCryptoAes, service->crypto_algorithm()); in TEST_F()
/system/connectivity/shill/
Dservice.h413 size_t crypto_algorithm() const { return crypto_algorithm_; } in crypto_algorithm() function
Dservice.cc1535 void Service::SetSecurity(CryptoAlgorithm crypto_algorithm, bool key_rotation, in SetSecurity() argument
1537 crypto_algorithm_ = crypto_algorithm; in SetSecurity()
Dmanager.cc1953 << " crypto_algorithm: " << service->crypto_algorithm() in AutoConnect()
2053 << " crypto_algorithm: " << service->crypto_algorithm() in ConnectToBestServicesTask()