/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
D | BaseBlockCipher.java | 792 int len = cipher.processBytes(input, inputOffset, inputLen, out, 0); in engineUpdate() 810 cipher.processBytes(input, inputOffset, inputLen, null, 0); in engineUpdate() 825 return cipher.processBytes(input, inputOffset, inputLen, output, outputOffset); in engineUpdate() 844 len = cipher.processBytes(input, inputOffset, inputLen, tmp, 0); in engineDoFinal() 882 len = cipher.processBytes(input, inputOffset, inputLen, output, outputOffset); in engineDoFinal() 929 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) in processBytes() method 998 …public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) throws DataLengthEx… in processBytes() method in BaseBlockCipher.BufferedGenericBlockCipher 1000 return cipher.processBytes(in, inOff, len, out, outOff); in processBytes() 1093 …public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) throws DataLengthEx… in processBytes() method in BaseBlockCipher.AEADGenericBlockCipher 1095 return cipher.processBytes(in, inOff, len, out, outOff); in processBytes()
|
D | BaseStreamCipher.java | 304 cipher.processBytes(input, inputOffset, inputLen, out, 0); in engineUpdate() 319 cipher.processBytes(input, inputOffset, inputLen, output, outputOffset); in engineUpdate() 357 cipher.processBytes(input, inputOffset, inputLen, output, outputOffset); in engineDoFinal()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
D | CFBBlockCipher.java | 194 processBytes(in, inOff, blockSize, out, outOff); in processBlock() 218 processBytes(in, inOff, blockSize, out, outOff); in encryptBlock() 242 processBytes(in, inOff, blockSize, out, outOff); in decryptBlock()
|
D | AEADBlockCipher.java | 89 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) in processBytes() method
|
D | OFBBlockCipher.java | 141 processBytes(in, inOff, blockSize, out, outOff); in processBlock()
|
D | SICBlockCipher.java | 82 processBytes(in, inOff, blockSize, out, outOff); in processBlock()
|
D | CTSBlockCipher.java | 118 public int processBytes( in processBytes() method in CTSBlockCipher
|
D | CCMBlockCipher.java | 131 public int processBytes(byte[] in, int inOff, int inLen, byte[] out, int outOff) in processBytes() method in CCMBlockCipher
|
D | GCMBlockCipher.java | 279 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/ |
D | StreamCipher.java | 46 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) in processBytes() method
|
D | StreamBlockCipher.java | 32 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) in processBytes() method in StreamBlockCipher
|
D | BufferedBlockCipher.java | 184 public int processBytes( in processBytes() method in BufferedBlockCipher
|
/external/guava/guava/src/com/google/common/io/ |
D | ByteProcessor.java | 45 boolean processBytes(byte[] buf, int off, int len) throws IOException; in processBytes() method
|
D | ByteStreams.java | 887 } while (read != -1 && processor.processBytes(buf, 0, read)); in readBytes() 911 public boolean processBytes(byte[] buf, int off, int len) { in getChecksum()
|
D | ByteSource.java | 546 processor.processBytes(bytes, 0, bytes.length); in read()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | RC4Engine.java | 71 public int processBytes( in processBytes() method in RC4Engine
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/ |
D | PaddedBufferedBlockCipher.java | 175 public int processBytes( in processBytes() method in PaddedBufferedBlockCipher
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | ByteSourceTest.java | 127 public boolean processBytes(byte[] buf, int off, int len) throws IOException { in testRead_withProcessor() 150 public boolean processBytes(byte[] buf, int off, int len) throws IOException { in testRead_withProcessor_stopsOnFalse()
|
D | ByteSourceTester.java | 184 public boolean processBytes(byte[] buf, int off, int len) throws IOException { in testRead_usingByteProcessor()
|
D | ByteStreamsTest.java | 464 public boolean processBytes(byte[] buf, int off, int len) in processBytes() method in ByteStreamsTest.TestByteProcessor 482 public boolean processBytes(byte[] buf, int off, int len) { in testByteProcessorStopEarly()
|
D | FilesTest.java | 743 public boolean processBytes(byte[] buffer, int offset, int length) throws IOException { in testReadBytes() 766 public boolean processBytes(byte[] buffer, int offset, int length) throws IOException { in testReadBytes_returnFalse()
|
/external/google-tv-pairing-protocol/java/jar/ |
D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF
META-INF/BCKEY.SF
META-INF/BCKEY ... |
/external/libphonenumber/demo/war/WEB-INF/lib/ |
D | commons-io-1.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/vogar/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |