Symbol: test_data_file
crypto/openssh/regress/unittests/authopt/tests.c
33
r = sshkey_load_public(test_data_file(name), &ret, NULL);
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
1006
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
1018
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
1031
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
1043
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
1055
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
1067
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
1080
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
1093
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
1107
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
1120
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
176
test_data_file(expected[i].key_file), &expected[i].l.key,
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
913
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
924
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
936
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
948
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
960
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
972
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
983
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
994
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/sshkey/common.c
47
ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0);
crypto/openssh/regress/unittests/sshkey/test_file.c
105
ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_1.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_file.c
113
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1_sha1"), &k2), 0);
crypto/openssh/regress/unittests/sshkey/test_file.c
122
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1_sha512"), &k2), 0);
crypto/openssh/regress/unittests/sshkey/test_file.c
131
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1"), &k2), 0);
crypto/openssh/regress/unittests/sshkey/test_file.c
215
ASSERT_INT_EQ(sshkey_load_public(test_data_file("dsa_1.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_file.c
223
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("dsa_1"), &k2), 0);
crypto/openssh/regress/unittests/sshkey/test_file.c
317
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ecdsa_1.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_file.c
325
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ecdsa_1"), &k2), 0);
crypto/openssh/regress/unittests/sshkey/test_file.c
384
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_1.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_file.c
392
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ed25519_1"), &k2), 0);
crypto/openssh/regress/unittests/sshkey/test_file.c
450
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ecdsa_sk1.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_file.c
458
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ecdsa_sk1"), &k2), 0);
crypto/openssh/regress/unittests/sshkey/test_file.c
516
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_sk1.pub"),
crypto/openssh/regress/unittests/sshkey/test_file.c
524
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ed25519_sk1"), &k2), 0);
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
288
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1"), &k1), 0);
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
303
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("dsa_1"), &k1), 0);
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
319
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ecdsa_1"), &k1), 0);
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
335
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ed25519_1"), &k1), 0);
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
419
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_1.pub"),
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
467
ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
476
ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
485
ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
495
ASSERT_INT_EQ(sshkey_load_public(test_data_file("dsa_2.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
506
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ecdsa_2.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
517
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_2.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
526
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1"), &k1), 0);
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
527
ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_1.pub"), &k2,
crypto/openssh/regress/unittests/sshsig/tests.c
40
ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0);
crypto/openssh/regress/unittests/sshsig/tests.c
49
ASSERT_INT_EQ(sshkey_load_public(test_data_file(name), &ret, NULL), 0);
crypto/openssh/regress/unittests/test_helper/test_helper.h
43
const char *test_data_file(const char *name);