Home
last modified time | relevance | path

Searched refs:hashFunction (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DMacAddressUtil.java59 public MacAddress calculatePersistentMac(String key, Mac hashFunction) { in calculatePersistentMac() argument
60 if (key == null || hashFunction == null) { in calculatePersistentMac()
65 hashedBytes = hashFunction.doFinal(key.getBytes(StandardCharsets.UTF_8)); in calculatePersistentMac()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/perf/
DTimedStatement.java71 HashFunction hashFunction = Hashing.sha512(); in calibrateMethod() local
91 HashCode code1 = hashFunction.hashBytes(buffer); in calibrateMethod()
93 HashCode code2 = hashFunction.hashBytes(buffer); in calibrateMethod()