Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiKeyStoreTest.java257 WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testConfigureSuiteBRsa3072()
260 assertTrue(savedNetwork.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)); in testConfigureSuiteBRsa3072()
339 WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testConfigurationFailureSuiteBNon3072Rsa()
366 WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testConfigurationFailureSuiteB2048Rsa()
397 WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testConfigurationFailureSuiteBNon3072RsaInList()
429 WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testConfigurationFailureSuiteBRsaAndEcdsaInList()
483 WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testConfirmCaCertAliasRemoved()
521 WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testConfirmCaCertAliasNotRemoved()
559 WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testConfirmClientCertAliasRemoved()
566 WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testConfirmClientCertAliasRemoved()
[all …]
DWifiConfigurationTestUtil.java475 return createEapSuiteBNetwork(WifiConfiguration.SuiteBCipher.ECDHE_RSA); in createEapSuiteBNetwork()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiKeyStore.java366 clientCertType == WifiConfiguration.SuiteBCipher.ECDHE_RSA); in updateNetworkKeys()
412 return WifiConfiguration.SuiteBCipher.ECDHE_RSA; in getSuiteBCipherFromCert()
DSupplicantStaNetworkHal.java653 if (allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)) { in saveSuiteBConfig()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSecurityParams.java328 mAllowedSuiteBCiphers.set(SuiteBCipher.ECDHE_RSA); in enableSuiteBCiphers()
330 mAllowedSuiteBCiphers.clear(SuiteBCipher.ECDHE_RSA); in enableSuiteBCiphers()
DWifiConfiguration.java444 public static final int ECDHE_RSA = 1; field in WifiConfiguration.SuiteBCipher
448 @IntDef(value = {ECDHE_ECDSA, ECDHE_RSA})
923 .anyMatch(params -> params.getAllowedSuiteBCiphers().get(SuiteBCipher.ECDHE_RSA)); in isSuiteBCipherEcdheRsaEnabled()