Searched refs:hostkeys_foreach (Results 1 – 5 of 5) sorted by relevance
/external/openssh/regress/unittests/hostkeys/ |
D | test_iterate.c | 855 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 866 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 878 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 890 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 902 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 914 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 925 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 936 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 948 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 960 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() [all …]
|
/external/openssh/ |
D | hostfile.h | 105 int hostkeys_foreach(const char *path, hostkeys_foreach_fn *callback, void *ctx,
|
D | hostfile.c | 278 if ((r = hostkeys_foreach(path, record_hostkey, &ctx, host, NULL, in load_hostkeys() 566 if ((r = hostkeys_foreach(filename, host_delete, &ctx, host, ip, in hostfile_replace_entries() 660 hostkeys_foreach(const char *path, hostkeys_foreach_fn *callback, void *ctx, in hostkeys_foreach() function
|
D | clientloop.c | 2177 if ((r = hostkeys_foreach(options.user_hostfiles[i], in client_input_hostkeys()
|
D | ssh-keygen.c | 1335 if ((r = hostkeys_foreach(identity_file, (find_host || !hash_hosts) ? in do_known_hosts()
|