Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/hash/
DHashFunction.java164 HashCode hashBytes(byte[] input); in hashBytes() method
174 HashCode hashBytes(byte[] input, int off, int len); in hashBytes() method
DAbstractStreamingHashFunction.java48 @Override public HashCode hashBytes(byte[] input) { in hashBytes() method in AbstractStreamingHashFunction
52 @Override public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in AbstractStreamingHashFunction
/external/guava/guava-tests/test/com/google/common/hash/
DAbstractNonStreamingHashFunctionTest.java83 public HashCode hashBytes(byte[] input) { in hashBytes() method in NonStreamingVersion
88 public HashCode hashBytes(byte[] input, int off, int len) { in hashBytes() method in NonStreamingVersion
DHashTestUtils.java47 int hashBytes = hashbits / 8; in verifyHashFunction() local
/external/chromium_org/net/third_party/nss/ssl/
Dssl3con.c11889 unsigned int hashBytes = MAX_MAC_LENGTH + 1; in ssl3_HandleRecord() local
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp3936 ScopedByteArrayRW hashBytes(env, hash); in NativeCrypto_EVP_DigestFinal() local