Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/regress/unittests/sshkey/
H A Dtest_fuzz.c122 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
130 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
144 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
152 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
166 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
174 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
188 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
196 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
219 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
241 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
[all …]
H A Dtest_file.c62 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_file_tests()
78 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
88 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k2, NULL), 0); in sshkey_file_tests()
97 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
187 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
206 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
285 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
304 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
371 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
436 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
[all …]
H A Dtest_sshkey.c175 ASSERT_INT_EQ(sshkey_parse_private_fileblob(b, "", &ret, NULL), 0); in get_private()
/freebsd-13.1/crypto/openssh/
H A Dssh-add.c273 if ((r = sshkey_parse_private_fileblob(keyblob, "", &private, in add_file()
281 if ((r = sshkey_parse_private_fileblob(keyblob, pass, &private, in add_file()
297 if ((r = sshkey_parse_private_fileblob(keyblob, pass, in add_file()
H A Dsshkey.h265 int sshkey_parse_private_fileblob(struct sshbuf *buffer,
H A Dssh_namespace.h807 #define sshkey_parse_private_fileblob Fssh_sshkey_parse_private_fileblob macro
H A Dsshkey.c4712 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, in sshkey_parse_private_fileblob() function
/freebsd-13.1/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.cc285 if ((r = sshkey_parse_private_fileblob(b, "", &privkey, NULL)) != 0) { in prepare_key()