Searched refs:hostkeys_foreach (Results 1 – 6 of 6) sorted by relevance
/external/openssh/regress/unittests/hostkeys/ |
D | test_iterate.c | 981 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 991 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 1002 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 1013 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 1024 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 1035 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 1045 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 1055 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 1066 ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"), in test_iterate() 1077 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 | 280 if ((r = hostkeys_foreach(path, record_hostkey, &ctx, host, NULL, in load_hostkeys() 581 if ((r = hostkeys_foreach(filename, host_delete, &ctx, host, ip, in hostfile_replace_entries() 674 hostkeys_foreach(const char *path, hostkeys_foreach_fn *callback, void *ctx, in hostkeys_foreach() function
|
D | clientloop.c | 2503 if ((r = hostkeys_foreach(options.user_hostfiles[0], hostkeys_find, in client_input_hostkeys()
|
D | ssh-keygen.c | 1235 if ((r = hostkeys_foreach(identity_file, in do_known_hosts()
|
D | ChangeLog | 567 hostkeys_foreach() when hostname matching is in use, so we need to look for 9170 known_hosts without fully parsing the keys therein, hostkeys_foreach() will
|