HomeSort by: relevance | last modified time | path
    Searched defs:host_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
hostfile.c 118 host_hash(const char *host, const char *name_from_hostfile, u_int src_len) function
449 if ((hashed_host = host_hash(lhost, NULL, 0)) == NULL) {
450 error_f("host_hash failed");
774 if ((hashed_host = host_hash(host, names, nlen)) == NULL)
namespace.h 45 #define host_hash ssh_host_hash macro

Completed in 26 milliseconds