Home
last modified time | relevance | path

Searched defs:hashBytes (Results 1 – 15 of 15) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
DAbstractHashFunction.java58 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
DHashFunction.java162 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
DAbstractNonStreamingHashFunction.java71 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
DFarmHashFingerprint64.java50 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in FarmHashFingerprint64
DMurmur3_32HashFunction.java213 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in Murmur3_32HashFunction
/external/guava/android/guava/src/com/google/common/hash/
DAbstractHashFunction.java58 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
DHashFunction.java162 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
DAbstractNonStreamingHashFunction.java71 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
DFarmHashFingerprint64.java50 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in FarmHashFingerprint64
DMurmur3_32HashFunction.java213 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in Murmur3_32HashFunction
/external/guava/guava-tests/test/com/google/common/hash/
DAbstractNonStreamingHashFunctionTest.java134 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in NonStreamingVersion
DHashTestUtils.java58 int hashBytes = hashbits / 8; in verifyHashFunction() local
/external/guava/android/guava-tests/test/com/google/common/hash/
DAbstractNonStreamingHashFunctionTest.java134 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in NonStreamingVersion
DHashTestUtils.java58 int hashBytes = hashbits / 8; in verifyHashFunction() local
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc2583 ScopedByteArrayRW hashBytes(env, hash); in NativeCrypto_EVP_DigestFinal_ex() local