Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/regress/unittests/sshkey/
H A Dtest_fuzz.c112 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
120 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
132 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
140 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
152 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
160 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
172 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_fuzz_tests()
180 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
201 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
221 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests()
[all …]
H A Dtest_file.c57 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_file_tests()
73 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
83 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k2, NULL), 0); in sshkey_file_tests()
92 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
148 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k1, NULL), 0); in sshkey_file_tests()
164 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
174 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, "", &k2, NULL), 0); in sshkey_file_tests()
183 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
262 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
281 ASSERT_INT_EQ(sshkey_parse_private_fileblob(buf, in sshkey_file_tests()
[all …]
H A Dtest_sshkey.c171 ASSERT_INT_EQ(sshkey_parse_private_fileblob(b, "", &ret, NULL), 0); in get_private()
/freebsd-12.1/crypto/openssh/
H A Dssh-add.c233 if ((r = sshkey_parse_private_fileblob(keyblob, "", &private, in add_file()
241 if ((r = sshkey_parse_private_fileblob(keyblob, pass, &private, in add_file()
257 if ((r = sshkey_parse_private_fileblob(keyblob, pass, in add_file()
H A Dsshkey.h214 int sshkey_parse_private_fileblob(struct sshbuf *buffer,
H A Dauthfile.c251 (r = sshkey_parse_private_fileblob(buffer, passphrase, keyp, in sshkey_load_private()
H A Dssh_namespace.h750 #define sshkey_parse_private_fileblob Fssh_sshkey_parse_private_fileblob macro
H A Dsshkey.c4002 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, in sshkey_parse_private_fileblob() function