/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | BluetoothFastPairTest.java | 262 byte[] testEncoded = mTestGattServer.encrypt(TEST_INPUT); in testSymmetricEncryption() 282 byte[] encryptedRequest = mTestGattServer.encrypt(TEST_PAIRING_REQUEST); in testStoredKeySelection() 295 byte[] encryptedRequest = mTestGattServer.encrypt(TEST_PAIRING_REQUEST); in testNoValidKey() 305 byte[] encryptedRequest = mTestGattServer.encrypt(TEST_PAIRING_REQUEST); in testDisableAfter10Failures() 319 byte[] encryptedRequest = mTestGattServer.encrypt(TEST_PAIRING_REQUEST); in testIgnoreAfterTimeout() 321 byte[] encryptedPairingKey = mTestGattServer.encrypt(TEST_PAIRING_KEY); in testIgnoreAfterTimeout() 335 byte[] encryptedRequest = mTestGattServer.encrypt(TEST_PAIRING_REQUEST); in testInvalidPairingKey() 337 byte[] encryptedPairingKey = mTestGattServer.encrypt(TEST_PAIRING_KEY); in testInvalidPairingKey() 351 byte[] encryptedRequest = mTestGattServer.encrypt(TEST_PAIRING_REQUEST); in testValidPairingKeyAutoAccept() 353 byte[] encryptedPairingKey = mTestGattServer.encrypt(TEST_PAIRING_KEY); in testValidPairingKeyAutoAccept() [all …]
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/ |
D | IkeCombinedModeCipherTest.java | 127 mAesGcm16Cipher.encrypt( in testAesGcmEncrypt() 145 mChaChaPolyCipher.encrypt( in testChaChaPolyEncrypt() 171 mAesGcm16Cipher.encrypt( in testEncryptWithWrongKeyLen()
|
D | IkeNormalModeCipherTest.java | 127 byte[] calculatedData = mAesCbcCipher.encrypt(mUnencryptedPaddedData, mAesCbcKey, mIv); in testEncryptWithAesCbc() 141 mAesCtrCipher.encrypt(mAesCtrUnencryptedData, mAesCtrKey, mAesCtrIv); in testEncryptWithAesCtr() 157 mAesCbcCipher.encrypt(mEncryptedPaddedData, encryptionKey, mIv); in testEncryptWithWrongKey()
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/ |
D | EncryptDeviceActivityTest.java | 132 onView(withText(R.string.encrypt)).perform(click()); in testProfileOwner() 153 onView(withText(R.string.encrypt)).perform(click()); in testDeviceOwner()
|
/packages/services/Car/service/src/com/android/car/ |
D | FastPairGattServer.java | 301 byte[] encrypt(byte[] decoded) { in encrypt() method in FastPairGattServer 503 mEncryptedResponse = encrypt(rawResponse); in validatePairingRequest() 554 mEncryptedResponse = encrypt(decryptedResponse); in processPairingKey()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeEncryptedPayloadBody.java | 271 return encryptCipher.encrypt(paddedData, encryptionKey, iv); in normalModeEncrypt() 316 return encryptCipher.encrypt( in combinedModeEncrypt()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeMessageTest.java | 505 when(mMockCipher.encrypt(any(), any(), any())) in testEncodeAndEncryptEmptyMsg() 868 when(mMockCipher.encrypt(any(), any(), any())) in testEncodeAndEncryptFragments() 934 .encrypt(any(), eq(encryptionKey), eq(iv)); in testEncodeAndEncryptFragments()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/ |
D | IkeNormalModeCipher.java | 109 public byte[] encrypt(byte[] paddedData, byte[] keyBytes, byte[] ivBytes) { in encrypt() method in IkeNormalModeCipher
|
D | IkeCombinedModeCipher.java | 156 public byte[] encrypt( in encrypt() method in IkeCombinedModeCipher
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | NotificationHelper.java | 62 mContext.getString(R.string.encrypt), NotificationManager.IMPORTANCE_HIGH); in showResumeNotification()
|
D | Utils.java | 780 return setPrimaryButton(layout, listener, ButtonType.NEXT, R.string.encrypt); in addEncryptButton()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/storage/ |
D | CipherConverter.java | 111 public byte[] encrypt(CipherWrapper<String> stringCipherWrapper) { in encrypt() method in CipherConverter
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | WifiConfigStoreEncryptionUtil.java | 84 public @Nullable EncryptedData encrypt(byte[] data) { in encrypt() method in WifiConfigStoreEncryptionUtil
|
D | XmlUtil.java | 416 encryptedData = encryptionUtil.encrypt(preSharedKey.getBytes()); in writePreSharedKeyToXml() 1290 encryptedData = encryptionUtil.encrypt(password.getBytes()); in writePasswordToXml()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/ |
D | BluetoothKeystoreService.java | 693 targetData = encrypt(sourceData); in tryCompute() 708 private @Nullable String encrypt(String data) { in encrypt() method in BluetoothKeystoreService
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
D | XmlUtilTest.java | 127 when(mWifiConfigStoreEncryptionUtil.encrypt(pskNetwork.preSharedKey.getBytes())) in testPskWifiConfigurationSerializeDeserializeWithEncryption() 428 when(mWifiConfigStoreEncryptionUtil.encrypt(TEST_PASSWORD.getBytes())) in testWifiEnterpriseConfigSerializeDeserializeWithEncryption()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiConfigStoreTest.java | 228 when(mEncryptionUtil.encrypt(any(byte[].class))) in setupMocks()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |