Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dssh-keygen.c1169 int delete_host; /* Delete host from known_hosts */ member
1235 if (ctx->delete_host) { in known_hosts_find_delete()
1279 } else if (ctx->delete_host) { in known_hosts_find_delete()
1292 int delete_host, int hash_hosts) in do_known_hosts() argument
1316 ctx.delete_host = delete_host; in do_known_hosts()
1322 if (!find_host && (hash_hosts || delete_host)) { in do_known_hosts()
1361 } else if (delete_host && !ctx.found_key) { in do_known_hosts()
3181 int find_host = 0, delete_host = 0, hash_hosts = 0; in main() local
3253 delete_host = 1; in main()
3533 if (delete_host || hash_hosts || find_host) { in main()
[all …]