Symbol: test_data_file
regress/sbin/iked/test_helper/test_helper.h
39
const char *test_data_file(const char *name);
regress/usr.bin/ssh/unittests/authopt/tests.c
29
r = sshkey_load_public(test_data_file(name), &ret, NULL);
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
137
test_data_file(expected[i].key_file), &expected[i].l.key,
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
762
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
773
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
785
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
797
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
809
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
821
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
832
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
843
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
855
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
867
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
880
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
892
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
904
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
916
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
929
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
942
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
956
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c
969
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
regress/usr.bin/ssh/unittests/sshkey/common.c
36
ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0);
regress/usr.bin/ssh/unittests/sshkey/test_file.c
101
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1_sha1"), &k2), 0);
regress/usr.bin/ssh/unittests/sshkey/test_file.c
110
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1_sha512"), &k2), 0);
regress/usr.bin/ssh/unittests/sshkey/test_file.c
119
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1"), &k2), 0);
regress/usr.bin/ssh/unittests/sshkey/test_file.c
210
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ecdsa_1.pub"), &k2,
regress/usr.bin/ssh/unittests/sshkey/test_file.c
218
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ecdsa_1"), &k2), 0);
regress/usr.bin/ssh/unittests/sshkey/test_file.c
275
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_1.pub"), &k2,
regress/usr.bin/ssh/unittests/sshkey/test_file.c
283
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ed25519_1"), &k2), 0);
regress/usr.bin/ssh/unittests/sshkey/test_file.c
339
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ecdsa_sk1.pub"), &k2,
regress/usr.bin/ssh/unittests/sshkey/test_file.c
347
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ecdsa_sk1"), &k2), 0);
regress/usr.bin/ssh/unittests/sshkey/test_file.c
404
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_sk1.pub"),
regress/usr.bin/ssh/unittests/sshkey/test_file.c
412
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ed25519_sk1"), &k2), 0);
regress/usr.bin/ssh/unittests/sshkey/test_file.c
93
ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_1.pub"), &k2,
regress/usr.bin/ssh/unittests/sshkey/test_fuzz.c
230
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1"), &k1), 0);
regress/usr.bin/ssh/unittests/sshkey/test_fuzz.c
245
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ecdsa_1"), &k1), 0);
regress/usr.bin/ssh/unittests/sshkey/test_fuzz.c
259
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ed25519_1"), &k1), 0);
regress/usr.bin/ssh/unittests/sshkey/test_sshkey.c
411
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_1.pub"),
regress/usr.bin/ssh/unittests/sshkey/test_sshkey.c
459
ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2,
regress/usr.bin/ssh/unittests/sshkey/test_sshkey.c
469
ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2,
regress/usr.bin/ssh/unittests/sshkey/test_sshkey.c
479
ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2,
regress/usr.bin/ssh/unittests/sshkey/test_sshkey.c
490
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ecdsa_2.pub"), &k2,
regress/usr.bin/ssh/unittests/sshkey/test_sshkey.c
500
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_2.pub"), &k2,
regress/usr.bin/ssh/unittests/sshkey/test_sshkey.c
509
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1"), &k1), 0);
regress/usr.bin/ssh/unittests/sshkey/test_sshkey.c
510
ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_1.pub"), &k2,
regress/usr.bin/ssh/unittests/sshsig/tests.c
34
ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0);
regress/usr.bin/ssh/unittests/sshsig/tests.c
43
ASSERT_INT_EQ(sshkey_load_public(test_data_file(name), &ret, NULL), 0);
regress/usr.bin/ssh/unittests/test_helper/test_helper.h
38
const char *test_data_file(const char *name);