Home
last modified time | relevance | path

Searched refs:SuiteBCipher (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiKeyStoreTest.java240 WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testConfigureSuiteBRsa3072()
243 assertTrue(savedNetwork.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)); in testConfigureSuiteBRsa3072()
266 WifiConfiguration.SuiteBCipher.ECDHE_ECDSA); in testConfigureSuiteBEcdsa()
270 savedNetwork.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA)); in testConfigureSuiteBEcdsa()
DWifiConfigurationTestUtil.java381 return createEapSuiteBNetwork(WifiConfiguration.SuiteBCipher.ECDHE_RSA); in createEapSuiteBNetwork()
393 if (signatureType == WifiConfiguration.SuiteBCipher.ECDHE_ECDSA) { in createEapSuiteBNetwork()
DSupplicantStaNetworkHalTest.java330 config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testEapSuiteBRsaNetworkWifiConfigurationSaveLoad()
356 config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA); in testEapSuiteBEcdsaNetworkWifiConfigurationSaveLoad()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiKeyStore.java308 WifiConfiguration.SuiteBCipher.ECDHE_RSA); in updateNetworkKeys()
315 WifiConfiguration.SuiteBCipher.ECDHE_ECDSA); in updateNetworkKeys()
DSupplicantStaNetworkHal.java586 if (config.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)) { in saveSuiteBConfig()
591 } else if (config.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA)) { in saveSuiteBConfig()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java391 public static class SuiteBCipher { class in WifiConfiguration
392 private SuiteBCipher() { } in SuiteBCipher() method in WifiConfiguration.SuiteBCipher
2318 if (sbc < SuiteBCipher.strings.length) { in toString()
2319 sbuf.append(SuiteBCipher.strings[sbc]); in toString()