Searched refs:EncryptedDataXmlUtil (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | XmlUtil.java | 452 XmlUtil.EncryptedDataXmlUtil.writeToXml(out, encryptedDataArray[i]); in writeWepKeysToXml() 482 EncryptedDataXmlUtil.writeToXml(out, encryptedData); in writePreSharedKeyToXml() 536 EncryptedDataXmlUtil.writeToXml(out, encryptedData); in writeEncryptedBytesToXml() 754 XmlUtil.EncryptedDataXmlUtil.parseListFromXml(in, outerTagDepth); in populateWepKeysFromXmlValue() 831 EncryptedDataXmlUtil.parseFromXml(in, outerTagDepth + 1); in readEncrytepdBytesFromXml() 1097 EncryptedDataXmlUtil.parseFromXml(in, outerTagDepth + 1); in parseFromXml() 1593 EncryptedDataXmlUtil.writeToXml(out, encryptedData); in writePasswordToXml() 1810 EncryptedDataXmlUtil.parseFromXml(in, outerTagDepth + 1); in parseFromXml() 1834 public static class EncryptedDataXmlUtil { class in XmlUtil 2467 EncryptedDataXmlUtil.writeToXml(out, encryptedData); in writeSoftApPassphraseToXml() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiConfigStore.java | 730 XmlUtil.EncryptedDataXmlUtil.parseFromXml(in, outerTagDepth + 1); in parseAndDiscardIntegrityDataFromXml()
|