Symbol: test_data_file
crypto/openssh/regress/unittests/authopt/tests.c
31
r = sshkey_load_public(test_data_file(name), &ret, NULL);
crypto/openssh/regress/unittests/crypto/tests.c
30
ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0);
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
162
test_data_file(expected[i].key_file), &expected[i].l.key,
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
787
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
798
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
810
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
822
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
834
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
846
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
857
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
868
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
880
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
892
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
905
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
917
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
929
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
941
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
954
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
967
ASSERT_INT_EQ(hostkeys_foreach(test_data_file("known_hosts"),
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
981
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
44
ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0);
crypto/openssh/regress/unittests/sshkey/test_file.c
102
ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_1.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_file.c
110
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1_sha1"), &k2), 0);
crypto/openssh/regress/unittests/sshkey/test_file.c
119
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1_sha512"), &k2), 0);
crypto/openssh/regress/unittests/sshkey/test_file.c
128
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1"), &k2), 0);
crypto/openssh/regress/unittests/sshkey/test_file.c
221
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ecdsa_1.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_file.c
229
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ecdsa_1"), &k2), 0);
crypto/openssh/regress/unittests/sshkey/test_file.c
288
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_1.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_file.c
296
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ed25519_1"), &k2), 0);
crypto/openssh/regress/unittests/sshkey/test_file.c
353
test_data_file("mldsa44_ed25519_1.pub"), &k2, NULL), 0);
crypto/openssh/regress/unittests/sshkey/test_file.c
361
test_data_file("mldsa44_ed25519_1"), &k2), 0);
crypto/openssh/regress/unittests/sshkey/test_file.c
419
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ecdsa_sk1.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_file.c
427
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ecdsa_sk1"), &k2), 0);
crypto/openssh/regress/unittests/sshkey/test_file.c
485
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_sk1.pub"),
crypto/openssh/regress/unittests/sshkey/test_file.c
493
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ed25519_sk1"), &k2), 0);
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
268
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1"), &k1), 0);
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
283
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ecdsa_1"), &k1), 0);
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
299
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ed25519_1"), &k1), 0);
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
314
test_data_file("mldsa44_ed25519_1"), &k1), 0);
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
491
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_1.pub"),
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
539
test_data_file("mldsa44_ed25519_1.pub"), &k1, NULL), 0);
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
586
ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
596
ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
606
ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
618
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ecdsa_2.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
630
ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_2.pub"), &k2,
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
641
test_data_file("mldsa44_ed25519_2.pub"), &k2, NULL), 0);
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
650
ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1"), &k1), 0);
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
651
ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_1.pub"), &k2,
crypto/openssh/regress/unittests/sshsig/tests.c
39
ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0);
crypto/openssh/regress/unittests/sshsig/tests.c
48
ASSERT_INT_EQ(sshkey_load_public(test_data_file(name), &ret, NULL), 0);
crypto/openssh/regress/unittests/test_helper/test_helper.h
44
const char *test_data_file(const char *name);