Searched refs:crypto_algorithm (Results 1 – 4 of 4) sorted by relevance
/system/connectivity/shill/wifi/ |
D | wifi_service_unittest.cc | 1791 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/ |
D | service.h | 413 size_t crypto_algorithm() const { return crypto_algorithm_; } in crypto_algorithm() function
|
D | service.cc | 1535 void Service::SetSecurity(CryptoAlgorithm crypto_algorithm, bool key_rotation, in SetSecurity() argument 1537 crypto_algorithm_ = crypto_algorithm; in SetSecurity()
|
D | manager.cc | 1953 << " crypto_algorithm: " << service->crypto_algorithm() in AutoConnect() 2053 << " crypto_algorithm: " << service->crypto_algorithm() in ConnectToBestServicesTask()
|