/external/guava/guava/src/com/google/common/hash/ |
D | AbstractHashFunction.java | 58 public HashCode hashBytes(byte[] input) { in hashBytes() method in AbstractHashFunction 63 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in AbstractHashFunction 69 public HashCode hashBytes(ByteBuffer input) { in hashBytes() method in AbstractHashFunction
|
D | HashFunction.java | 162 HashCode hashBytes(byte[] input); in hashBytes() method 171 HashCode hashBytes(byte[] input, int off, int len); in hashBytes() method 179 HashCode hashBytes(ByteBuffer input); in hashBytes() method
|
D | AbstractNonStreamingHashFunction.java | 71 public abstract HashCode hashBytes(byte[] input, int off, int len); in hashBytes() method in AbstractNonStreamingHashFunction 74 public HashCode hashBytes(ByteBuffer input) { in hashBytes() method in AbstractNonStreamingHashFunction
|
D | FarmHashFingerprint64.java | 50 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in FarmHashFingerprint64
|
D | Murmur3_32HashFunction.java | 213 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in Murmur3_32HashFunction
|
/external/guava/android/guava/src/com/google/common/hash/ |
D | AbstractHashFunction.java | 58 public HashCode hashBytes(byte[] input) { in hashBytes() method in AbstractHashFunction 63 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in AbstractHashFunction 69 public HashCode hashBytes(ByteBuffer input) { in hashBytes() method in AbstractHashFunction
|
D | HashFunction.java | 162 HashCode hashBytes(byte[] input); in hashBytes() method 171 HashCode hashBytes(byte[] input, int off, int len); in hashBytes() method 179 HashCode hashBytes(ByteBuffer input); in hashBytes() method
|
D | AbstractNonStreamingHashFunction.java | 71 public abstract HashCode hashBytes(byte[] input, int off, int len); in hashBytes() method in AbstractNonStreamingHashFunction 74 public HashCode hashBytes(ByteBuffer input) { in hashBytes() method in AbstractNonStreamingHashFunction
|
D | FarmHashFingerprint64.java | 50 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in FarmHashFingerprint64
|
D | Murmur3_32HashFunction.java | 213 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in Murmur3_32HashFunction
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | AbstractNonStreamingHashFunctionTest.java | 134 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in NonStreamingVersion
|
D | HashTestUtils.java | 58 int hashBytes = hashbits / 8; in verifyHashFunction() local
|
/external/guava/android/guava-tests/test/com/google/common/hash/ |
D | AbstractNonStreamingHashFunctionTest.java | 134 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in NonStreamingVersion
|
D | HashTestUtils.java | 58 int hashBytes = hashbits / 8; in verifyHashFunction() local
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 2583 ScopedByteArrayRW hashBytes(env, hash); in NativeCrypto_EVP_DigestFinal_ex() local
|