Home
last modified time | relevance | path

Searched refs:sshkey_parse_private_fileblob (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/sshkey/
H A Dtest_fuzz.c120 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
128 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
142 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
150 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
165 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
173 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
187 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
195 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
211 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
219 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
[all …]
H A Dtest_file.c58 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_file_tests()
74 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
84 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k2, NULL), 0); in sshkey_file_tests()
93 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
168 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_file_tests()
193 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
203 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k2, NULL), 0); in sshkey_file_tests()
212 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
270 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_file_tests()
279 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
[all …]
H A Dtest_sshkey.c236 ASSERT_INT_EQ(sshkey_parse_private_fileblob(b, "", &ret, NULL), 0); in get_private()
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dagent_fuzz_helper.c50 if ((r = sshkey_parse_private_fileblob(b, "", &privkey, NULL)) != 0) { in privkey_or_die()
H A Dkex_fuzz.cc279 if ((r = sshkey_parse_private_fileblob(b, "", &privkey, NULL)) != 0) { in prepare_key()
/freebsd/crypto/openssh/
H A Dssh-add.c315 if ((r = sshkey_parse_private_fileblob(keyblob, "", &private, in add_file()
323 if ((r = sshkey_parse_private_fileblob(keyblob, pass, &private, in add_file()
339 if ((r = sshkey_parse_private_fileblob(keyblob, pass, in add_file()
H A Dsshkey.h292 int sshkey_parse_private_fileblob(struct sshbuf *buffer,
H A Dssh_namespace.h905 #define sshkey_parse_private_fileblob Fssh_sshkey_parse_private_fileblob macro
H A Dsshkey.c3662 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, in sshkey_parse_private_fileblob() function