Searched refs:inputBytes (Results 1 – 5 of 5) sorted by relevance
382 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()
82 byte[] inputBytes = voicemailPayload.getBytes(); in setVoicemailContent()83 if (inputBytes != null) { in setVoicemailContent()84 outputStream.write(inputBytes); in setVoicemailContent()
169 byte[] inputBytes = new byte[]{(byte) 0b11011000, (byte) 0b10000000, (byte) 0b00001001}; in test_getTypeMultipleBytes()171 assertThat(DataElementHeader.getTypeMultipleBytes(inputBytes)).isEqualTo(1441801); in test_getTypeMultipleBytes()
1300 private byte[] doCipherOperation(byte[] inputBytes, byte[] key, byte[] iv, int opmode) in doCipherOperation() argument1313 ByteBuffer inputBuffer = ByteBuffer.wrap(inputBytes); in doCipherOperation()1314 ByteBuffer outputBuffer = ByteBuffer.allocate(inputBytes.length); in doCipherOperation()
META-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...