Searched refs:processBytes (Results 1 - 25 of 32) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DStreamCipher.java46 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) method in interface:StreamCipher
H A DStreamBlockCipher.java32 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) method in class:StreamBlockCipher
H A DBufferedBlockCipher.java191 public int processBytes( method in class:BufferedBlockCipher
/external/guava/guava/src/com/google/common/io/
H A DByteProcessor.java26 * <p>{@link #processBytes} will be called for each line that is read, and
45 boolean processBytes(byte[] buf, int off, int len) throws IOException; method in interface:ByteProcessor
H A DByteSource.java531 processor.processBytes(bytes, 0, bytes.length);
H A DByteStreams.java696 } while (read != -1 && processor.processBytes(buf, 0, read));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DAEADBlockCipher.java14 * {@link #processBytes(byte[], int, int, byte[], int)}.
89 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) method in interface:AEADBlockCipher
112 * return the size of the output buffer required for a processBytes
121 * @return the space required to accommodate a call to processBytes
127 * return the size of the output buffer required for a processBytes plus a
136 * @return the space required to accommodate a call to processBytes and doFinal
H A DCFBBlockCipher.java194 processBytes(in, inOff, blockSize, out, outOff);
218 processBytes(in, inOff, blockSize, out, outOff);
242 processBytes(in, inOff, blockSize, out, outOff);
H A DOFBBlockCipher.java141 processBytes(in, inOff, blockSize, out, outOff);
H A DCTSBlockCipher.java118 public int processBytes( method in class:CTSBlockCipher
H A DSICBlockCipher.java94 processBytes(in, inOff, blockSize, out, outOff);
H A DCCMBlockCipher.java131 public int processBytes(byte[] in, int inOff, int inLen, byte[] out, int outOff) method in class:CCMBlockCipher
H A DGCMBlockCipher.java341 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) method in class:GCMBlockCipher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBaseStreamCipher.java334 cipher.processBytes(input, inputOffset, inputLen, out, 0);
354 cipher.processBytes(input, inputOffset, inputLen, output, outputOffset);
399 cipher.processBytes(input, inputOffset, inputLen, output, outputOffset);
H A DBaseBlockCipher.java1076 int len = cipher.processBytes(input, inputOffset, inputLen, out, 0);
1094 cipher.processBytes(input, inputOffset, inputLen, null, 0);
1114 return cipher.processBytes(input, inputOffset, inputLen, output, outputOffset);
1134 len = cipher.processBytes(input, inputOffset, inputLen, tmp, 0);
1177 len = cipher.processBytes(input, inputOffset, inputLen, output, outputOffset);
1224 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) method in interface:BaseBlockCipher.GenericBlockCipher
1293 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) throws DataLengthException method in class:BaseBlockCipher.BufferedGenericBlockCipher
1295 return cipher.processBytes(in, inOff, len, out, outOff);
1388 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) throws DataLengthException method in class:BaseBlockCipher.AEADGenericBlockCipher
1390 return cipher.processBytes(i
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DRC4Engine.java71 public int processBytes( method in class:RC4Engine
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
H A DPaddedBufferedBlockCipher.java175 public int processBytes( method in class:PaddedBufferedBlockCipher
/external/guava/guava-tests/test/com/google/common/io/
H A DByteSourceTest.java127 public boolean processBytes(byte[] buf, int off, int len) throws IOException {
150 public boolean processBytes(byte[] buf, int off, int len) throws IOException {
H A DByteSourceTester.java174 public boolean processBytes(byte[] buf, int off, int len) throws IOException {
H A DByteStreamsTest.java445 public boolean processBytes(byte[] buf, int off, int len) method in class:ByteStreamsTest.TestByteProcessor
463 public boolean processBytes(byte[] buf, int off, int len) {
H A DFilesTest.java713 public boolean processBytes(byte[] buffer, int offset, int length) throws IOException {
736 public boolean processBytes(byte[] buffer, int offset, int length) throws IOException {
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/guice/extensions/struts2/lib/
H A Dcommons-io-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 323 milliseconds

12