Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dhostfile.h60 #define HASH_DELIM '|' macro
H A Dhostfile.c85 if ((p = memchr(s, HASH_DELIM, l)) == NULL) { in extract_salt()
146 xasprintf(&encoded, "%s%s%c%s", HASH_MAGIC, uu_salt, HASH_DELIM, in host_hash()
742 int hashed = *names == HASH_DELIM, ret; in match_maybe_hashed()
H A Dssh-keygen.c1196 int was_hashed = l->hosts && l->hosts[0] == HASH_DELIM; in known_hosts_hash()