Searched refs:format_host_entry (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | hostfile.c | 437 format_host_entry(struct sshbuf *entry, const char *host, const char *ip, in format_host_entry() function 472 success = format_host_entry(entry, ip, NULL, key, 1); in format_host_entry() 485 if ((r = format_host_entry(entry, host, ip, key, store_hash)) != 1) { in write_host_entry()
|