Home
last modified time | relevance | path

Searched defs:processBytes (Results 1 – 12 of 12) sorted by relevance

/external/guava/guava/src/com/google/common/io/
DByteProcessor.java45 boolean processBytes(byte[] buf, int off, int len) throws IOException; in processBytes() method
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DStreamCipher.java46 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) in processBytes() method
DStreamBlockCipher.java32 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) in processBytes() method in StreamBlockCipher
DBufferedBlockCipher.java191 public int processBytes( in processBytes() method in BufferedBlockCipher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DRC4Engine.java71 public int processBytes( in processBytes() method in RC4Engine
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DAEADBlockCipher.java89 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) in processBytes() method
DCTSBlockCipher.java118 public int processBytes( in processBytes() method in CTSBlockCipher
DCCMBlockCipher.java131 public int processBytes(byte[] in, int inOff, int inLen, byte[] out, int outOff) in processBytes() method in CCMBlockCipher
DGCMBlockCipher.java341 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) in processBytes() method in GCMBlockCipher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
DPaddedBufferedBlockCipher.java175 public int processBytes( in processBytes() method in PaddedBufferedBlockCipher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseBlockCipher.java1224 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) in processBytes() method
1293 …public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) throws DataLengthEx… in processBytes() method in BaseBlockCipher.BufferedGenericBlockCipher
1388 …public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) throws DataLengthEx… in processBytes() method in BaseBlockCipher.AEADGenericBlockCipher
/external/guava/guava-tests/test/com/google/common/io/
DByteStreamsTest.java445 public boolean processBytes(byte[] buf, int off, int len) in processBytes() method in ByteStreamsTest.TestByteProcessor