Searched refs:ECDHE_RSA (Results 1 – 6 of 6) sorted by relevance
257 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 …]
475 return createEapSuiteBNetwork(WifiConfiguration.SuiteBCipher.ECDHE_RSA); in createEapSuiteBNetwork()
366 clientCertType == WifiConfiguration.SuiteBCipher.ECDHE_RSA); in updateNetworkKeys()412 return WifiConfiguration.SuiteBCipher.ECDHE_RSA; in getSuiteBCipherFromCert()
653 if (allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)) { in saveSuiteBConfig()
328 mAllowedSuiteBCiphers.set(SuiteBCipher.ECDHE_RSA); in enableSuiteBCiphers()330 mAllowedSuiteBCiphers.clear(SuiteBCipher.ECDHE_RSA); in enableSuiteBCiphers()
444 public static final int ECDHE_RSA = 1; field in WifiConfiguration.SuiteBCipher448 @IntDef(value = {ECDHE_ECDSA, ECDHE_RSA})923 .anyMatch(params -> params.getAllowedSuiteBCiphers().get(SuiteBCipher.ECDHE_RSA)); in isSuiteBCipherEcdheRsaEnabled()