Home
last modified time | relevance | path

Searched refs:inputBytes (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarServiceUtilsTest.java382 byte[] inputBytes = input.getBytes(); in testEncryptDecryptData()
383 CarServiceUtils.EncryptedData data = CarServiceUtils.encryptData(inputBytes, in testEncryptDecryptData()
387 expectWithMessage("Encrypted text").that(data.getEncryptedData()).isNotEqualTo(inputBytes); in testEncryptDecryptData()
392 expectWithMessage("Decrypted text").that(decryptedData).isEqualTo(inputBytes); in testEncryptDecryptData()
398 byte[] inputBytes = input.getBytes(); in testEncryptData_sameDataDifferentIv()
400 CarServiceUtils.EncryptedData dataOne = CarServiceUtils.encryptData(inputBytes, in testEncryptData_sameDataDifferentIv()
402 CarServiceUtils.EncryptedData dataTwo = CarServiceUtils.encryptData(inputBytes, in testEncryptData_sameDataDifferentIv()
/packages/apps/Dialer/java/com/android/voicemail/impl/fetch/
DVoicemailFetchedCallback.java82 byte[] inputBytes = voicemailPayload.getBytes(); in setVoicemailContent()
83 if (inputBytes != null) { in setVoicemailContent()
84 outputStream.write(inputBytes); in setVoicemailContent()
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/presence/
DDataElementHeaderTest.java169 byte[] inputBytes = new byte[]{(byte) 0b11011000, (byte) 0b10000000, (byte) 0b00001001}; in test_getTypeMultipleBytes()
171 assertThat(DataElementHeader.getTypeMultipleBytes(inputBytes)).isEqualTo(1441801); in test_getTypeMultipleBytes()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java1300 private byte[] doCipherOperation(byte[] inputBytes, byte[] key, byte[] iv, int opmode) in doCipherOperation() argument
1313 ByteBuffer inputBuffer = ByteBuffer.wrap(inputBytes); in doCipherOperation()
1314 ByteBuffer outputBuffer = ByteBuffer.allocate(inputBytes.length); in doCipherOperation()
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...