Searched refs:allowedSuiteBCiphers (Results 1 – 9 of 9) sorted by relevance
295 config.allowedSuiteBCiphers.clear(); in updateNetworkKeys()307 config.allowedSuiteBCiphers.set( in updateNetworkKeys()314 config.allowedSuiteBCiphers.set( in updateNetworkKeys()
291 if (!Objects.equals(existingConfig.allowedSuiteBCiphers, in hasCredentialChanged()292 newConfig.allowedSuiteBCiphers)) { in hasCredentialChanged()
586 if (config.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)) { in saveSuiteBConfig()591 } else if (config.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA)) { in saveSuiteBConfig()
243 assertTrue(savedNetwork.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)); in testConfigureSuiteBRsa3072()270 savedNetwork.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA)); in testConfigureSuiteBEcdsa()
330 config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testEapSuiteBRsaNetworkWifiConfigurationSaveLoad()356 config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA); in testEapSuiteBEcdsaNetworkWifiConfigurationSaveLoad()
479 allowedSuiteBCiphers.clear(); in setSecurityParams()732 public BitSet allowedSuiteBCiphers; field in WifiConfiguration2097 allowedSuiteBCiphers = new BitSet(); in WifiConfiguration()2315 for (int sbc = 0; sbc < this.allowedSuiteBCiphers.size(); sbc++) { in toString()2316 if (this.allowedSuiteBCiphers.get(sbc)) { in toString()2745 allowedSuiteBCiphers = (BitSet) source.allowedSuiteBCiphers.clone(); in WifiConfiguration()2828 writeBitSet(dest, allowedSuiteBCiphers); in writeToParcel()2903 config.allowedSuiteBCiphers = readBitSet(in);
455 configuration.allowedSuiteBCiphers.toByteArray()); in writeCommonElementsToXml()632 byte[] allowedSuiteBCiphers = (byte[]) value; in parseFromXml()633 configuration.allowedSuiteBCiphers = in parseFromXml()634 BitSet.valueOf(allowedSuiteBCiphers); in parseFromXml()
122 field @Deprecated @NonNull public java.util.BitSet allowedSuiteBCiphers;
31202 field @Deprecated @NonNull public java.util.BitSet allowedSuiteBCiphers;