HomeSort by relevance Sort by last modified time
    Searched refs:singleByte (Results 1 - 9 of 9) sorted by null

  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLMessageDigestJDK.java 45 private final byte[] singleByte = new byte[1];
70 singleByte[0] = input;
71 engineUpdate(singleByte, 0, 1);
OpenSSLMac.java 56 private final byte[] singleByte = new byte[1];
102 singleByte[0] = input;
103 engineUpdate(singleByte, 0, 1);
OpenSSLSignature.java 66 private final byte[] singleByte = new byte[1];
88 singleByte[0] = input;
89 engineUpdate(singleByte, 0, 1);
  /external/guava/guava-tests/test/com/google/common/io/
FileBackedOutputStreamTest.java 78 private void testThreshold(int fileThreshold, int dataSize, boolean singleByte,
88 write(out, data, 0, chunk1, singleByte);
97 write(out, data, chunk1, chunk2, singleByte);
115 OutputStream out, byte[] b, int off, int len, boolean singleByte)
117 if (singleByte) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
OpenSSLDigest.java 57 private final byte[] singleByte = new byte[1];
87 singleByte[0] = in;
88 update(singleByte, 0, 1);
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /external/robolectric/lib/main/
commons-codec-1.6.jar 

Completed in 118 milliseconds