Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi_service.h266 static CryptoAlgorithm ComputeCipher8021x(
366 CryptoAlgorithm cipher_8021x_;
Dwifi_service.cc866 CryptoAlgorithm algorithm = kCryptoNone; in UpdateSecurity()
894 Service::CryptoAlgorithm WiFiService::ComputeCipher8021x( in ComputeCipher8021x()
902 Service::CryptoAlgorithm cipher = Service::kCryptoAes; in ComputeCipher8021x()
904 Service::CryptoAlgorithm endpoint_cipher; in ComputeCipher8021x()
/system/connectivity/shill/
Dservice.h142 enum CryptoAlgorithm { enum
648 void SetSecurity(CryptoAlgorithm crypt, bool rotation, bool endpoint_auth);
Dservice.cc1535 void Service::SetSecurity(CryptoAlgorithm crypto_algorithm, bool key_rotation, in SetSecurity()