| /packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
| D | WifiConfigStoreEncryptionUtil.java | 85 EncryptedData encryptedData = null; in encrypt() local 118 public @Nullable byte[] decrypt(@NonNull EncryptedData encryptedData) { in decrypt()
|
| D | EncryptedData.java | 31 public EncryptedData(byte[] encryptedData, byte[] iv) { in EncryptedData()
|
| D | XmlUtil.java | 455 EncryptedData encryptedData = null; in writePreSharedKeyToXml() local 514 EncryptedData encryptedData = null; in writeEncryptedBytesToXml() local 806 EncryptedData encryptedData = in readEncrytepdBytesFromXml() local 1061 EncryptedData encryptedData = in parseFromXml() local 1520 EncryptedData encryptedData = null; in writePasswordToXml() local 1738 EncryptedData encryptedData = in parseFromXml() local 1777 public static void writeToXml(XmlSerializer out, EncryptedData encryptedData) in writeToXml() 2377 EncryptedData encryptedData = null; in writeSoftApPassphraseToXml() local 2401 EncryptedData encryptedData = in readSoftApPassphraseFromXml() local
|
| /packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/util/ |
| D | CryptUtilsTest.java | 39 String encryptedData = CryptUtils.encrypt(data); in testEncryptDecrypt() local
|
| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
| D | XmlUtilTest.java | 130 EncryptedData encryptedData = new EncryptedData(new byte[0], new byte[0]); in testPskWifiConfigurationSerializeDeserializeWithEncryption() local 147 EncryptedData encryptedData = new EncryptedData(new byte[]{(byte) i}, in testWepWifiConfigurationSerializeDeserializeWithEncryption() local 480 EncryptedData encryptedData = new EncryptedData(new byte[0], new byte[0]); in testWifiEnterpriseConfigSerializeDeserializeWithEncryption() local 832 EncryptedData encryptedData = new EncryptedData(new byte[]{1, 2, 3, 4}, in testConfigStoreWithEncryptedPreSharedKey() local
|
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/util/encryption/ |
| D | Cryptor.java | 61 public byte[] decrypt(byte[] encryptedData, byte[] salt, byte[] secretKeyBytes) { in decrypt()
|
| D | CryptorImpIdentityV1.java | 128 public byte[] decrypt(byte[] encryptedData, byte[] salt, byte[] authenticityKey) { in decrypt()
|
| D | CryptorImpV1.java | 130 public byte[] decrypt(byte[] encryptedData, byte[] salt, byte[] authenticityKey) { in decrypt()
|
| /packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/ |
| D | IkeNormalModeCipher.java | 127 public byte[] decrypt(byte[] encryptedData, byte[] keyBytes, byte[] ivBytes) in decrypt()
|
| /packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
| D | IkeEncryptedPayloadBody.java | 277 byte[] encryptedData, in normalModeDecrypt() 324 byte[] encryptedData, in combinedModeDecrypt()
|
| /packages/services/Car/service/src/com/android/car/bluetooth/ |
| D | FastPairGattServer.java | 646 private byte[] decrypt(byte[] encryptedData, SecretKeySpec secretKeySpec) { in decrypt()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/ |
| D | BluetoothKeystoreService.java | 527 String encryptedData = mNameEncryptKey.get(prefixString); in compareFileHash() local
|
| /packages/services/Car/service/src/com/android/car/ |
| D | CarServiceUtils.java | 887 public EncryptedData(byte[] encryptedData, byte[] iv) { in EncryptedData()
|