Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/hostkeys/
Dtest_iterate.c855 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/
Dhostfile.h105 int hostkeys_foreach(const char *path, hostkeys_foreach_fn *callback, void *ctx,
Dhostfile.c278 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
Dclientloop.c2177 if ((r = hostkeys_foreach(options.user_hostfiles[i], in client_input_hostkeys()
Dssh-keygen.c1335 if ((r = hostkeys_foreach(identity_file, (find_host || !hash_hosts) ? in do_known_hosts()