HomeSort by relevance Sort by last modified time
    Searched refs:inputOffset (Results 1 - 25 of 46) sorted by null

1 2

  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLSignatureRawRSA.java 48 private int inputOffset;
59 final int oldOffset = inputOffset++;
61 if (inputOffset > inputBuffer.length) {
71 final int oldOffset = inputOffset;
72 inputOffset += len;
74 if (inputOffset > inputBuffer.length) {
106 inputOffset = 0;
124 inputOffset = 0;
140 throw new SignatureException("input length " + inputOffset + " != "
146 NativeCrypto.RSA_private_encrypt(inputOffset, inputBuffer, outputBuffer
    [all...]
OpenSSLCipherChaCha20.java 71 int updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset,
83 System.arraycopy(input, inputOffset, singleBlock, currentBlockConsumedBytes, len);
94 inputOffset += len;
99 NativeCrypto.chacha20_encrypt_decrypt(input, inputOffset, output,
OpenSSLCipher.java 140 abstract int updateInternal(byte[] input, int inputOffset, int inputLen,
307 protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen) {
320 bytesWritten = updateInternal(input, inputOffset, inputLen, output, 0, maximumLen);
336 protected int engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output,
339 return updateInternal(input, inputOffset, inputLen, output, outputOffset, maximumLen);
343 protected byte[] engineDoFinal(byte[] input, int inputOffset, int inputLen)
352 bytesWritten = updateInternal(input, inputOffset, inputLen, output, 0, maximumLen);
378 protected int engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output,
389 bytesWritten = updateInternal(input, inputOffset, inputLen, output, outputOffset,
559 int updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output
    [all...]
  /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
OpenSSLSignatureRawRSA.java 51 private int inputOffset;
63 final int oldOffset = inputOffset++;
65 if (inputOffset > inputBuffer.length) {
75 final int oldOffset = inputOffset;
76 inputOffset += len;
78 if (inputOffset > inputBuffer.length) {
110 inputOffset = 0;
128 inputOffset = 0;
144 throw new SignatureException("input length " + inputOffset + " != "
150 NativeCrypto.RSA_private_encrypt(inputOffset, inputBuffer, outputBuffer
    [all...]
OpenSSLCipherChaCha20.java 75 int updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset,
87 System.arraycopy(input, inputOffset, singleBlock, currentBlockConsumedBytes, len);
98 inputOffset += len;
103 NativeCrypto.chacha20_encrypt_decrypt(input, inputOffset, output,
OpenSSLCipher.java 143 abstract int updateInternal(byte[] input, int inputOffset, int inputLen,
310 protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen) {
323 bytesWritten = updateInternal(input, inputOffset, inputLen, output, 0, maximumLen);
339 protected int engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output,
342 return updateInternal(input, inputOffset, inputLen, output, outputOffset, maximumLen);
346 protected byte[] engineDoFinal(byte[] input, int inputOffset, int inputLen)
355 bytesWritten = updateInternal(input, inputOffset, inputLen, output, 0, maximumLen);
381 protected int engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output,
392 bytesWritten = updateInternal(input, inputOffset, inputLen, output, outputOffset,
566 int updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output
    [all...]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
PlanarYUVLuminanceSource.java 86 int inputOffset = top * dataWidth + left;
90 System.arraycopy(yuvData, inputOffset, matrix, 0, area);
98 System.arraycopy(yuv, inputOffset, matrix, outputOffset, width);
99 inputOffset += dataWidth;
114 int inputOffset = top * dataWidth + left;
119 int grey = yuv[inputOffset + x] & 0xff;
122 inputOffset += dataWidth;
  /external/skia/src/effects/imagefilters/
SkColorFilterImageFilter.cpp 64 SkIPoint inputOffset = SkIPoint::Make(0, 0);
65 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
74 inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
110 SkIntToScalar(inputOffset.fX - bounds.fLeft),
111 SkIntToScalar(inputOffset.fY - bounds.fTop),
SkDropShadowImageFilter.cpp 69 SkIPoint inputOffset = SkIPoint::Make(0, 0);
70 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
75 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
105 canvas->translate(SkIntToScalar(inputOffset.fX - bounds.fLeft),
106 SkIntToScalar(inputOffset.fY - bounds.fTop));
SkAlphaThresholdFilter.cpp 151 SkIPoint inputOffset = SkIPoint::Make(0, 0);
152 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
157 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
175 bounds.offset(-inputOffset);
241 SkIPoint srcOffset = { bounds.fLeft - inputOffset.fX, bounds.fTop - inputOffset.fY };
SkMagnifierImageFilter.cpp 78 SkIPoint inputOffset = SkIPoint::Make(0, 0);
79 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
84 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
107 bounds.offset(-inputOffset);
SkTileImageFilter.cpp 46 SkIPoint inputOffset = SkIPoint::Make(0, 0);
47 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
67 srcIRect.offset(-inputOffset);
91 SkIntToScalar(inputOffset.x()), SkIntToScalar(inputOffset.y()),
  /external/skqp/src/effects/imagefilters/
SkColorFilterImageFilter.cpp 64 SkIPoint inputOffset = SkIPoint::Make(0, 0);
65 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
74 inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
110 SkIntToScalar(inputOffset.fX - bounds.fLeft),
111 SkIntToScalar(inputOffset.fY - bounds.fTop),
SkDropShadowImageFilter.cpp 69 SkIPoint inputOffset = SkIPoint::Make(0, 0);
70 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
75 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
105 canvas->translate(SkIntToScalar(inputOffset.fX - bounds.fLeft),
106 SkIntToScalar(inputOffset.fY - bounds.fTop));
SkAlphaThresholdFilter.cpp 148 SkIPoint inputOffset = SkIPoint::Make(0, 0);
149 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
154 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
172 bounds.offset(-inputOffset);
238 SkIPoint srcOffset = { bounds.fLeft - inputOffset.fX, bounds.fTop - inputOffset.fY };
SkMagnifierImageFilter.cpp 78 SkIPoint inputOffset = SkIPoint::Make(0, 0);
79 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
84 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
107 bounds.offset(-inputOffset);
SkTileImageFilter.cpp 46 SkIPoint inputOffset = SkIPoint::Make(0, 0);
47 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
67 srcIRect.offset(-inputOffset);
91 SkIntToScalar(inputOffset.x()), SkIntToScalar(inputOffset.y()),
  /external/skia/src/core/
SkMatrixImageFilter.cpp 53 SkIPoint inputOffset = SkIPoint::Make(0, 0);
54 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
66 const SkIRect srcBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
  /external/skqp/src/core/
SkMatrixImageFilter.cpp 53 SkIPoint inputOffset = SkIPoint::Make(0, 0);
54 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
66 const SkIRect srcBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(),
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseStreamCipher.java 360 int inputOffset,
365 cipher.processBytes(input, inputOffset, inputLen, out, 0);
372 int inputOffset,
385 cipher.processBytes(input, inputOffset, inputLen, output, outputOffset);
398 int inputOffset,
403 byte[] out = engineUpdate(input, inputOffset, inputLen);
417 int inputOffset,
430 cipher.processBytes(input, inputOffset, inputLen, output, outputOffset);
BaseWrapCipher.java 330 int inputOffset,
338 wrapStream.write(input, inputOffset, inputLen);
345 int inputOffset,
356 wrapStream.write(input, inputOffset, inputLen);
363 int inputOffset,
372 wrapStream.write(input, inputOffset, inputLen);
407 int inputOffset,
418 wrapStream.write(input, inputOffset, inputLen);
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/util/
BaseStreamCipher.java 364 int inputOffset,
369 cipher.processBytes(input, inputOffset, inputLen, out, 0);
376 int inputOffset,
389 cipher.processBytes(input, inputOffset, inputLen, output, outputOffset);
402 int inputOffset,
407 byte[] out = engineUpdate(input, inputOffset, inputLen);
421 int inputOffset,
434 cipher.processBytes(input, inputOffset, inputLen, output, outputOffset);
  /external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/gdiff/
Gdiff.java 208 long inputOffset,
215 if (inputOffset < 0) {
216 throw new IOException("inputOffset negative");
222 inputFile.seek(inputOffset);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
CipherSpi.java 418 int inputOffset,
421 bOut.write(input, inputOffset, inputLen);
443 int inputOffset,
448 bOut.write(input, inputOffset, inputLen);
470 int inputOffset,
476 bOut.write(input, inputOffset, inputLen);
499 int inputOffset,
512 bOut.write(input, inputOffset, inputLen);
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/rsa/
CipherSpi.java 422 int inputOffset,
425 bOut.write(input, inputOffset, inputLen);
447 int inputOffset,
452 bOut.write(input, inputOffset, inputLen);
474 int inputOffset,
480 bOut.write(input, inputOffset, inputLen);
503 int inputOffset,
516 bOut.write(input, inputOffset, inputLen);

Completed in 489 milliseconds

1 2