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.java61 Mac hashFunction) { in calculatePersistentMacForConfiguration() argument
62 if (config == null || hashFunction == null) { in calculatePersistentMacForConfiguration()
67 hashedBytes = hashFunction.doFinal(config.getSsidAndSecurityTypeString() in calculatePersistentMacForConfiguration()
/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()