/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLSignatureRawRSA.java | 48 private int inputOffset; field in OpenSSLSignatureRawRSA 59 final int oldOffset = inputOffset++; in engineUpdate() 61 if (inputOffset > inputBuffer.length) { in engineUpdate() 71 final int oldOffset = inputOffset; in engineUpdate() 72 inputOffset += len; in engineUpdate() 74 if (inputOffset > inputBuffer.length) { in engineUpdate() 106 inputOffset = 0; in engineInitSign() 124 inputOffset = 0; in engineInitVerify() 140 throw new SignatureException("input length " + inputOffset + " != " in engineSign() 146 NativeCrypto.RSA_private_encrypt(inputOffset, inputBuffer, outputBuffer, in engineSign() [all …]
|
D | OpenSSLCipher.java | 140 abstract int updateInternal(byte[] input, int inputOffset, int inputLen, in updateInternal() argument 307 protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen) { in engineUpdate() argument 320 bytesWritten = updateInternal(input, inputOffset, inputLen, output, 0, maximumLen); in engineUpdate() 336 protected int engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, in engineUpdate() argument 339 return updateInternal(input, inputOffset, inputLen, output, outputOffset, maximumLen); in engineUpdate() 343 protected byte[] engineDoFinal(byte[] input, int inputOffset, int inputLen) in engineDoFinal() argument 352 bytesWritten = updateInternal(input, inputOffset, inputLen, output, 0, maximumLen); in engineDoFinal() 378 protected int engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, in engineDoFinal() argument 389 bytesWritten = updateInternal(input, inputOffset, inputLen, output, outputOffset, in engineDoFinal() 559 int updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output, in updateInternal() argument [all …]
|
D | OpenSSLCipherChaCha20.java | 71 int updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset, in updateInternal() argument 83 System.arraycopy(input, inputOffset, singleBlock, currentBlockConsumedBytes, len); in updateInternal() 94 inputOffset += len; in updateInternal() 99 NativeCrypto.chacha20_encrypt_decrypt(input, inputOffset, output, in updateInternal()
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLSignatureRawRSA.java | 51 private int inputOffset; field in OpenSSLSignatureRawRSA 63 final int oldOffset = inputOffset++; in engineUpdate() 65 if (inputOffset > inputBuffer.length) { in engineUpdate() 75 final int oldOffset = inputOffset; in engineUpdate() 76 inputOffset += len; in engineUpdate() 78 if (inputOffset > inputBuffer.length) { in engineUpdate() 110 inputOffset = 0; in engineInitSign() 128 inputOffset = 0; in engineInitVerify() 144 throw new SignatureException("input length " + inputOffset + " != " in engineSign() 150 NativeCrypto.RSA_private_encrypt(inputOffset, inputBuffer, outputBuffer, in engineSign() [all …]
|
D | OpenSSLCipher.java | 143 abstract int updateInternal(byte[] input, int inputOffset, int inputLen, in updateInternal() argument 310 protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen) { in engineUpdate() argument 323 bytesWritten = updateInternal(input, inputOffset, inputLen, output, 0, maximumLen); in engineUpdate() 339 protected int engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, in engineUpdate() argument 342 return updateInternal(input, inputOffset, inputLen, output, outputOffset, maximumLen); in engineUpdate() 346 protected byte[] engineDoFinal(byte[] input, int inputOffset, int inputLen) in engineDoFinal() argument 355 bytesWritten = updateInternal(input, inputOffset, inputLen, output, 0, maximumLen); in engineDoFinal() 381 protected int engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, in engineDoFinal() argument 392 bytesWritten = updateInternal(input, inputOffset, inputLen, output, outputOffset, in engineDoFinal() 566 int updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output, in updateInternal() argument [all …]
|
D | OpenSSLCipherChaCha20.java | 75 int updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset, in updateInternal() argument 87 System.arraycopy(input, inputOffset, singleBlock, currentBlockConsumedBytes, len); in updateInternal() 98 inputOffset += len; in updateInternal() 103 NativeCrypto.chacha20_encrypt_decrypt(input, inputOffset, output, in updateInternal()
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
D | PlanarYUVLuminanceSource.java | 86 int inputOffset = top * dataWidth + left; in getMatrix() local 90 System.arraycopy(yuvData, inputOffset, matrix, 0, area); in getMatrix() 98 System.arraycopy(yuv, inputOffset, matrix, outputOffset, width); in getMatrix() 99 inputOffset += dataWidth; in getMatrix() 114 int inputOffset = top * dataWidth + left; in renderCroppedGreyscaleBitmap() local 119 int grey = yuv[inputOffset + x] & 0xff; in renderCroppedGreyscaleBitmap() 122 inputOffset += dataWidth; in renderCroppedGreyscaleBitmap()
|
/external/skqp/src/effects/imagefilters/ |
D | SkColorFilterImageFilter.cpp | 64 SkIPoint inputOffset = SkIPoint::Make(0, 0); in onFilterImage() local 65 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset)); in onFilterImage() 74 inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(), in onFilterImage() 110 SkIntToScalar(inputOffset.fX - bounds.fLeft), in onFilterImage() 111 SkIntToScalar(inputOffset.fY - bounds.fTop), in onFilterImage()
|
D | SkDropShadowImageFilter.cpp | 69 SkIPoint inputOffset = SkIPoint::Make(0, 0); in onFilterImage() local 70 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset)); in onFilterImage() 75 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(), in onFilterImage() 105 canvas->translate(SkIntToScalar(inputOffset.fX - bounds.fLeft), in onFilterImage() 106 SkIntToScalar(inputOffset.fY - bounds.fTop)); in onFilterImage()
|
D | SkTileImageFilter.cpp | 46 SkIPoint inputOffset = SkIPoint::Make(0, 0); in onFilterImage() local 47 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset)); in onFilterImage() 67 srcIRect.offset(-inputOffset); in onFilterImage() 91 SkIntToScalar(inputOffset.x()), SkIntToScalar(inputOffset.y()), in onFilterImage()
|
D | SkMatrixConvolutionImageFilter.cpp | 311 SkIPoint inputOffset = SkIPoint::Make(0, 0); in onFilterImage() local 312 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset)); in onFilterImage() 318 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &dstBounds); in onFilterImage() 323 const SkIRect originalSrcBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, in onFilterImage() 355 dstBounds.offset(-inputOffset); in onFilterImage() 356 srcBounds.offset(-inputOffset); in onFilterImage() 403 dstBounds.offset(-inputOffset); in onFilterImage() 404 srcBounds.offset(-inputOffset); in onFilterImage() 427 SkIVector dstContentOffset = { offset->fX - inputOffset.fX, offset->fY - inputOffset.fY }; in onFilterImage()
|
D | SkBlurImageFilter.cpp | 61 SkIRect inputBounds, SkIRect dstBounds, SkIPoint inputOffset, 567 SkIPoint inputOffset = SkIPoint::Make(0, 0); in onFilterImage() local 569 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset)); in onFilterImage() 574 SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, in onFilterImage() 590 inputBounds.offset(-inputOffset); in onFilterImage() 591 dstBounds.offset(-inputOffset); in onFilterImage() 605 result = this->gpuFilter(source, sigma, input, inputBounds, dstBounds, inputOffset, in onFilterImage() 623 SkIRect inputBounds, SkIRect dstBounds, SkIPoint inputOffset, in gpuFilter() argument 627 offset->fX = inputBounds.x() + inputOffset.fX; in gpuFilter() 628 offset->fY = inputBounds.y() + inputOffset.fY; in gpuFilter()
|
D | SkAlphaThresholdFilter.cpp | 148 SkIPoint inputOffset = SkIPoint::Make(0, 0); in onFilterImage() local 149 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset)); in onFilterImage() 154 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(), in onFilterImage() 172 bounds.offset(-inputOffset); in onFilterImage() 238 SkIPoint srcOffset = { bounds.fLeft - inputOffset.fX, bounds.fTop - inputOffset.fY }; in onFilterImage()
|
/external/skia/src/effects/imagefilters/ |
D | SkColorFilterImageFilter.cpp | 64 SkIPoint inputOffset = SkIPoint::Make(0, 0); in onFilterImage() local 65 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset)); in onFilterImage() 74 inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(), in onFilterImage() 110 SkIntToScalar(inputOffset.fX - bounds.fLeft), in onFilterImage() 111 SkIntToScalar(inputOffset.fY - bounds.fTop), in onFilterImage()
|
D | SkDropShadowImageFilter.cpp | 69 SkIPoint inputOffset = SkIPoint::Make(0, 0); in onFilterImage() local 70 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset)); in onFilterImage() 75 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(), in onFilterImage() 105 canvas->translate(SkIntToScalar(inputOffset.fX - bounds.fLeft), in onFilterImage() 106 SkIntToScalar(inputOffset.fY - bounds.fTop)); in onFilterImage()
|
D | SkTileImageFilter.cpp | 46 SkIPoint inputOffset = SkIPoint::Make(0, 0); in onFilterImage() local 47 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset)); in onFilterImage() 67 srcIRect.offset(-inputOffset); in onFilterImage() 91 SkIntToScalar(inputOffset.x()), SkIntToScalar(inputOffset.y()), in onFilterImage()
|
D | SkMatrixConvolutionImageFilter.cpp | 311 SkIPoint inputOffset = SkIPoint::Make(0, 0); in onFilterImage() local 312 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset)); in onFilterImage() 318 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &dstBounds); in onFilterImage() 323 const SkIRect originalSrcBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, in onFilterImage() 355 dstBounds.offset(-inputOffset); in onFilterImage() 356 srcBounds.offset(-inputOffset); in onFilterImage() 403 dstBounds.offset(-inputOffset); in onFilterImage() 404 srcBounds.offset(-inputOffset); in onFilterImage() 427 SkIVector dstContentOffset = { offset->fX - inputOffset.fX, offset->fY - inputOffset.fY }; in onFilterImage()
|
D | SkBlurImageFilter.cpp | 61 SkIRect inputBounds, SkIRect dstBounds, SkIPoint inputOffset, 567 SkIPoint inputOffset = SkIPoint::Make(0, 0); in onFilterImage() local 569 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset)); in onFilterImage() 574 SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, in onFilterImage() 590 inputBounds.offset(-inputOffset); in onFilterImage() 591 dstBounds.offset(-inputOffset); in onFilterImage() 605 result = this->gpuFilter(source, sigma, input, inputBounds, dstBounds, inputOffset, in onFilterImage() 623 SkIRect inputBounds, SkIRect dstBounds, SkIPoint inputOffset, in gpuFilter() argument 627 offset->fX = inputBounds.x() + inputOffset.fX; in gpuFilter() 628 offset->fY = inputBounds.y() + inputOffset.fY; in gpuFilter()
|
D | SkAlphaThresholdFilter.cpp | 151 SkIPoint inputOffset = SkIPoint::Make(0, 0); in onFilterImage() local 152 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset)); in onFilterImage() 157 const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(), in onFilterImage() 175 bounds.offset(-inputOffset); in onFilterImage() 241 SkIPoint srcOffset = { bounds.fLeft - inputOffset.fX, bounds.fTop - inputOffset.fY }; in onFilterImage()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
D | BaseStreamCipher.java | 360 int inputOffset, in engineUpdate() argument 365 cipher.processBytes(input, inputOffset, inputLen, out, 0); in engineUpdate() 372 int inputOffset, in engineUpdate() argument 385 cipher.processBytes(input, inputOffset, inputLen, output, outputOffset); in engineUpdate() 398 int inputOffset, in engineDoFinal() argument 403 byte[] out = engineUpdate(input, inputOffset, inputLen); in engineDoFinal() 417 int inputOffset, in engineDoFinal() argument 430 cipher.processBytes(input, inputOffset, inputLen, output, outputOffset); in engineDoFinal()
|
D | BaseWrapCipher.java | 330 int inputOffset, in engineUpdate() argument 338 wrapStream.write(input, inputOffset, inputLen); in engineUpdate() 345 int inputOffset, in engineUpdate() argument 356 wrapStream.write(input, inputOffset, inputLen); in engineUpdate() 363 int inputOffset, in engineDoFinal() argument 372 wrapStream.write(input, inputOffset, inputLen); in engineDoFinal() 407 int inputOffset, in engineDoFinal() argument 418 wrapStream.write(input, inputOffset, inputLen); in engineDoFinal()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/util/ |
D | BaseStreamCipher.java | 364 int inputOffset, in engineUpdate() argument 369 cipher.processBytes(input, inputOffset, inputLen, out, 0); in engineUpdate() 376 int inputOffset, in engineUpdate() argument 389 cipher.processBytes(input, inputOffset, inputLen, output, outputOffset); in engineUpdate() 402 int inputOffset, in engineDoFinal() argument 407 byte[] out = engineUpdate(input, inputOffset, inputLen); in engineDoFinal() 421 int inputOffset, in engineDoFinal() argument 434 cipher.processBytes(input, inputOffset, inputLen, output, outputOffset); in engineDoFinal()
|
D | BaseWrapCipher.java | 334 int inputOffset, in engineUpdate() argument 342 wrapStream.write(input, inputOffset, inputLen); in engineUpdate() 349 int inputOffset, in engineUpdate() argument 360 wrapStream.write(input, inputOffset, inputLen); in engineUpdate() 367 int inputOffset, in engineDoFinal() argument 376 wrapStream.write(input, inputOffset, inputLen); in engineDoFinal() 411 int inputOffset, in engineDoFinal() argument 422 wrapStream.write(input, inputOffset, inputLen); in engineDoFinal()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
D | CipherSpi.java | 418 int inputOffset, in engineUpdate() argument 421 bOut.write(input, inputOffset, inputLen); in engineUpdate() 443 int inputOffset, in engineUpdate() argument 448 bOut.write(input, inputOffset, inputLen); in engineUpdate() 470 int inputOffset, in engineDoFinal() argument 476 bOut.write(input, inputOffset, inputLen); in engineDoFinal() 499 int inputOffset, in engineDoFinal() argument 512 bOut.write(input, inputOffset, inputLen); in engineDoFinal()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
D | CipherSpi.java | 422 int inputOffset, in engineUpdate() argument 425 bOut.write(input, inputOffset, inputLen); in engineUpdate() 447 int inputOffset, in engineUpdate() argument 452 bOut.write(input, inputOffset, inputLen); in engineUpdate() 474 int inputOffset, in engineDoFinal() argument 480 bOut.write(input, inputOffset, inputLen); in engineDoFinal() 503 int inputOffset, in engineDoFinal() argument 516 bOut.write(input, inputOffset, inputLen); in engineDoFinal()
|