Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dhostfile.c438 const struct sshkey *key, int store_hash) in write_host_entry() argument
446 if (store_hash) { in write_host_entry()
466 if (success && store_hash && ip != NULL) in write_host_entry()
515 const struct sshkey *key, int store_hash) in add_host_to_hostfile() argument
535 success = write_host_entry(f, host, NULL, key, store_hash); in add_host_to_hostfile()
596 struct sshkey **keys, size_t nkeys, int store_hash, int quiet, int hash_alg) in hostfile_replace_entries() argument
666 keys[i], store_hash)) { in hostfile_replace_entries()
673 keys[i], store_hash)) { in hostfile_replace_entries()
680 keys[i], store_hash)) { in hostfile_replace_entries()
H A Dhostfile.h57 int store_hash, int quiet, int hash_alg);