Searched refs:hostkeys_foreach (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssh/regress/unittests/hostkeys/ |
| H A D | test_iterate.c | 787 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 798 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 810 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 822 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 834 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 846 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 857 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 868 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 880 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 892 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() [all …]
|
| /freebsd/crypto/openssh/ |
| H A D | hostfile.h | 114 int hostkeys_foreach(const char *path,
|
| H A D | hostfile.c | 672 if ((r = hostkeys_foreach(filename, host_delete, &ctx, host, ip, in hostfile_replace_entries() 966 hostkeys_foreach(const char *path, hostkeys_foreach_fn *callback, void *ctx, in hostkeys_foreach() function
|
| H A D | clientloop.c | 2237 if ((r = hostkeys_foreach(options.user_hostfiles[i], in check_old_keys_othernames() 2550 if ((r = hostkeys_foreach(options.user_hostfiles[i], in client_input_hostkeys()
|
| H A D | ssh_namespace.h | 300 #define hostkeys_foreach Fssh_hostkeys_foreach macro
|
| H A D | sshconnect.c | 773 if ((r = hostkeys_foreach(file, hostkeys_find_by_key_cb, ctx, in hostkeys_find_by_key_hostfile()
|
| H A D | ssh-keygen.c | 1305 if ((r = hostkeys_foreach(identity_file, (find_host || !hash_hosts) ? in do_known_hosts()
|