Home
last modified time | relevance | path

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

/external/openssh/
Dhostfile.c423 char *hashed_host = NULL; in write_host_entry() local
426 if ((hashed_host = host_hash(host, NULL, 0)) == NULL) { in write_host_entry()
430 fprintf(f, "%s ", hashed_host); in write_host_entry()
655 const char *hashed_host; in match_maybe_hashed() local
661 if ((hashed_host = host_hash(host, names, nlen)) == NULL) in match_maybe_hashed()
663 return nlen == strlen(hashed_host) && in match_maybe_hashed()
664 strncmp(hashed_host, names, nlen) == 0; in match_maybe_hashed()