Searched refs:SuiteBCipher (Results 1 – 8 of 8) sorted by relevance
275 WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testConfigureSuiteBRsa3072()278 assertTrue(savedNetwork.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)); in testConfigureSuiteBRsa3072()303 WifiConfiguration.SuiteBCipher.ECDHE_ECDSA); in testConfigureSuiteBEcdsa()307 savedNetwork.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA)); in testConfigureSuiteBEcdsa()334 WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testConfigureSuiteBRsa3072UserAndTofu()337 assertTrue(savedNetwork.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)); in testConfigureSuiteBRsa3072UserAndTofu()362 WifiConfiguration.SuiteBCipher.ECDHE_ECDSA); in testConfigurationFailureSuiteB()388 WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testConfigurationFailureSuiteBNon3072Rsa()415 WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testConfigurationFailureSuiteB2048Rsa()446 WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testConfigurationFailureSuiteBNon3072RsaInList()[all …]
489 return createEapSuiteBNetwork(WifiConfiguration.SuiteBCipher.ECDHE_RSA); in createEapSuiteBNetwork()500 if (signatureType == WifiConfiguration.SuiteBCipher.ECDHE_ECDSA) { in createEapSuiteBNetwork()
375 clientCertType == WifiConfiguration.SuiteBCipher.ECDHE_ECDSA, in updateNetworkKeys()376 clientCertType == WifiConfiguration.SuiteBCipher.ECDHE_RSA); in updateNetworkKeys()422 return WifiConfiguration.SuiteBCipher.ECDHE_RSA; in getSuiteBCipherFromCert()437 return WifiConfiguration.SuiteBCipher.ECDHE_ECDSA; in getSuiteBCipherFromCert()
724 if (allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)) { in saveSuiteBConfig()729 } else if (allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA)) { in saveSuiteBConfig()
664 if (allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)) { in saveSuiteBConfig()669 } else if (allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA)) { in saveSuiteBConfig()
28 import android.net.wifi.WifiConfiguration.SuiteBCipher;323 mAllowedSuiteBCiphers.set(SuiteBCipher.ECDHE_ECDSA); in enableSuiteBCiphers()325 mAllowedSuiteBCiphers.clear(SuiteBCipher.ECDHE_ECDSA); in enableSuiteBCiphers()329 mAllowedSuiteBCiphers.set(SuiteBCipher.ECDHE_RSA); in enableSuiteBCiphers()331 mAllowedSuiteBCiphers.clear(SuiteBCipher.ECDHE_RSA); in enableSuiteBCiphers()511 if (sbc < SuiteBCipher.strings.length) { in toString()512 sbuf.append(SuiteBCipher.strings[sbc]); in toString()
442 public static class SuiteBCipher { class in WifiConfiguration443 private SuiteBCipher() { } in SuiteBCipher() method in WifiConfiguration.SuiteBCipher989 if (p.getAllowedSuiteBCiphers().get(SuiteBCipher.ECDHE_ECDSA)) { in isSuiteBCipherEcdheEcdsaEnabled()1004 if (p.getAllowedSuiteBCiphers().get(SuiteBCipher.ECDHE_RSA)) { in isSuiteBCipherEcdheRsaEnabled()3622 if (sbc < SuiteBCipher.strings.length) { in toString()3623 sbuf.append(SuiteBCipher.strings[sbc]); in toString()
814 suiteBCiphersBitSet.get(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA), in parseSecurityParamsFromXml()815 suiteBCiphersBitSet.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)); in parseSecurityParamsFromXml()