Searched defs:processBytes (Results 1 - 13 of 13) sorted by relevance

/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
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DStreamCipher.java45 public void processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) method in interface:StreamCipher
H A DStreamBlockCipher.java81 public void processBytes( method in class:StreamBlockCipher
91 throw new DataLengthException("output buffer too small in processBytes()");
H A DBufferedBlockCipher.java184 public int processBytes( method in class:BufferedBlockCipher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DCTSBlockCipher.java117 public int processBytes( method in class:CTSBlockCipher
H A DAEADBlockCipher.java79 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) method in interface:AEADBlockCipher
102 * return the size of the output buffer required for a processBytes
106 * @return the space required to accommodate a call to processBytes
112 * return the size of the output buffer required for a processBytes plus a
116 * @return the space required to accommodate a call to processBytes and doFinal
H A DCCMBlockCipher.java121 public int processBytes(byte[] in, int inOff, int inLen, byte[] out, int outOff) method in class:CCMBlockCipher
H A DGCMBlockCipher.java271 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/crypto/paddings/
H A DPaddedBufferedBlockCipher.java175 public int processBytes( method in class:PaddedBufferedBlockCipher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DRC4Engine.java71 public void processBytes( method in class:RC4Engine
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBaseBlockCipher.java674 int len = cipher.processBytes(input, inputOffset, inputLen, out, 0);
692 cipher.processBytes(input, inputOffset, inputLen, null, 0);
707 return cipher.processBytes(input, inputOffset, inputLen, output, outputOffset);
726 len = cipher.processBytes(input, inputOffset, inputLen, tmp, 0);
768 len = cipher.processBytes(input, inputOffset, inputLen, output, outputOffset);
817 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) method in interface:BaseBlockCipher.GenericBlockCipher
880 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) throws DataLengthException method in class:BaseBlockCipher.BufferedGenericBlockCipher
882 return cipher.processBytes(in, inOff, len, out, outOff);
937 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) throws DataLengthException method in class:BaseBlockCipher.AEADGenericBlockCipher
939 return cipher.processBytes(i
[all...]
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 258 milliseconds