Home
last modified time | relevance | path

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

/external/guava/android/guava/src/com/google/common/hash/
DAbstractHashFunction.java61 public HashCode hashBytes(byte[] input) { in hashBytes() method in AbstractHashFunction
66 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in AbstractHashFunction
72 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.java72 public abstract HashCode hashBytes(byte[] input, int off, int len); in hashBytes() method in AbstractNonStreamingHashFunction
75 public HashCode hashBytes(ByteBuffer input) { in hashBytes() method in AbstractNonStreamingHashFunction
DFarmHashFingerprint64.java51 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in FarmHashFingerprint64
DMurmur3_32HashFunction.java224 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in Murmur3_32HashFunction
/external/guava/guava/src/com/google/common/hash/
DAbstractHashFunction.java61 public HashCode hashBytes(byte[] input) { in hashBytes() method in AbstractHashFunction
66 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in AbstractHashFunction
72 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.java72 public abstract HashCode hashBytes(byte[] input, int off, int len); in hashBytes() method in AbstractNonStreamingHashFunction
75 public HashCode hashBytes(ByteBuffer input) { in hashBytes() method in AbstractNonStreamingHashFunction
DFarmHashFingerprint64.java51 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in FarmHashFingerprint64
DMurmur3_32HashFunction.java224 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.cc2575 ScopedByteArrayRW hashBytes(env, hash); in NativeCrypto_EVP_DigestFinal_ex() local