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

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

Completed in 2350 milliseconds