Home
last modified time | relevance | path

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

/external/openssh/
Dhostfile.c656 match_maybe_hashed(const char *host, const char *names, int *was_hashed) in match_maybe_hashed() argument
662 if (was_hashed != NULL) in match_maybe_hashed()
663 *was_hashed = hashed; in match_maybe_hashed()
Dssh-keygen.c1087 int was_hashed = l->hosts && l->hosts[0] == HASH_DELIM; in known_hosts_hash() local
1096 if (was_hashed || has_wild || l->marker != MRK_NONE) { in known_hosts_hash()