Searched refs:inputLength (Results 1 – 6 of 6) sorted by relevance
91 public byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException { in update() argument92 if (inputLength == 0) { in update()99 while (inputLength > 0) { in update()102 if ((mBufferedLength + inputLength) > mMaxChunkSize) { in update()111 && (inputLength == input.length)) { in update()118 inputBytesInChunk = inputLength; in update()125 inputLength -= inputBytesInChunk; in update()142 if (inputLength > 0) { in update()165 if (inputLength > 0) { in update()208 public byte[] doFinal(byte[] input, int inputOffset, int inputLength, in doFinal() argument[all …]
73 public byte[] update(byte[] input, int inputOffset, int inputLength) in update() argument75 if (inputLength > 0) { in update()76 mInputBuffer.write(input, inputOffset, inputLength); in update()77 mConsumedInputSizeBytes += inputLength; in update()83 public byte[] doFinal(byte[] input, int inputOffset, int inputLength, byte[] signature, in doFinal() argument85 if (inputLength > 0) { in doFinal()86 mConsumedInputSizeBytes += inputLength; in doFinal()87 mInputBuffer.write(input, inputOffset, inputLength); in doFinal()
37 byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException; in update() argument38 byte[] doFinal(byte[] input, int inputOffset, int inputLength, byte[] signature, in doFinal() argument
357 public byte[] update(byte[] input, int inputOffset, int inputLength) in update() argument359 byte[] output = mDelegate.update(input, inputOffset, inputLength); in update()371 public byte[] doFinal(byte[] input, int inputOffset, int inputLength, in doFinal() argument373 byte[] output = mDelegate.doFinal(input, inputOffset, inputLength, signature, in doFinal()
174 int32_t inputLength = strlen(s); in detectAndConvert() local186 if (isPrintableAscii(s, inputLength)) { in detectAndConvert()190 ucsdet_setText(csd, s, inputLength, &status); in detectAndConvert()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...