Searched refs:store_hash (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | hostfile.c | 419 const struct sshkey *key, int store_hash) in write_host_entry() argument 427 if (store_hash) { in write_host_entry() 454 const struct sshkey *key, int store_hash) in add_host_to_hostfile() argument 464 success = write_host_entry(f, host, NULL, key, store_hash); in add_host_to_hostfile() 537 struct sshkey **keys, size_t nkeys, int store_hash, int quiet, int hash_alg) in hostfile_replace_entries() argument 600 if (!write_host_entry(ctx.out, host, ip, keys[i], store_hash)) { in hostfile_replace_entries()
|
D | hostfile.h | 49 int store_hash, int quiet, int hash_alg);
|