Searched refs:hmacSha1Hash (Results 1 – 1 of 1) sorted by relevance
167 byte[] hash = hmacSha1Hash(salt, hostname); in createHashedHostname()175 private static byte[] hmacSha1Hash(byte[] salt, String hostname) in hmacSha1Hash() method in KnownHosts232 byte[] dig = hmacSha1Hash(salt, hostname); in checkHashed()