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.c123 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
131 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
145 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
153 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
168 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
176 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
190 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
198 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
214 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
222 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
[all …]
H A Dtest_file.c61 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_file_tests()
77 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
87 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k2, NULL), 0); in sshkey_file_tests()
96 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
171 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_file_tests()
187 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
197 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k2, NULL), 0); in sshkey_file_tests()
206 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
264 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_file_tests()
289 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
[all …]
H A Dtest_sshkey.c176 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.c288 if ((r = sshkey_parse_private_fileblob(keyblob, "", &private, in add_file()
296 if ((r = sshkey_parse_private_fileblob(keyblob, pass, &private, in add_file()
312 if ((r = sshkey_parse_private_fileblob(keyblob, pass, in add_file()
H A Dsshkey.h313 int sshkey_parse_private_fileblob(struct sshbuf *buffer,
H A Dssh_namespace.h900 #define sshkey_parse_private_fileblob Fssh_sshkey_parse_private_fileblob macro
H A Dsshkey.c3727 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, in sshkey_parse_private_fileblob() function