Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dhostfile.c120 char uu_salt[512], uu_result[512]; in host_hash() local
143 if (__b64_ntop(salt, len, uu_salt, sizeof(uu_salt)) == -1 || in host_hash()
146 xasprintf(&encoded, "%s%s%c%s", HASH_MAGIC, uu_salt, HASH_DELIM, in host_hash()