Searched refs:hashFunction (Results 1 – 5 of 5) sorted by relevance
60 private MacAddress calculatePersistentMacInternal(String key, Mac hashFunction) { in calculatePersistentMacInternal() argument61 if (key == null || hashFunction == null) { in calculatePersistentMacInternal()66 hashedBytes = hashFunction.doFinal(key.getBytes(StandardCharsets.UTF_8)); in calculatePersistentMacInternal()91 Mac hashFunction = getCachedHashFunction(alias); in calculatePersistentMacWithCachedHash() local92 if (hashFunction != null) { in calculatePersistentMacWithCachedHash()94 MacAddress macAddress = calculatePersistentMacInternal(key, hashFunction); in calculatePersistentMacWithCachedHash()100 hashFunction = mKeystoreWrapper.getHmacSHA256ForUid(uid, alias); in calculatePersistentMacWithCachedHash()101 cacheHashFunction(alias, hashFunction); in calculatePersistentMacWithCachedHash()102 return calculatePersistentMacInternal(key, hashFunction); in calculatePersistentMacWithCachedHash()
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...