Searched refs:sshkey_parse_private_fileblob (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/crypto/openssh/regress/unittests/sshkey/ |
| H A D | test_fuzz.c | 122 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 D | test_file.c | 62 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 D | test_sshkey.c | 175 ASSERT_INT_EQ(sshkey_parse_private_fileblob(b, "", &ret, NULL), 0); in get_private()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | ssh-add.c | 273 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 D | sshkey.h | 265 int sshkey_parse_private_fileblob(struct sshbuf *buffer,
|
| H A D | ssh_namespace.h | 807 #define sshkey_parse_private_fileblob Fssh_sshkey_parse_private_fileblob macro
|
| H A D | sshkey.c | 4712 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 D | agent_fuzz_helper.c | 50 if ((r = sshkey_parse_private_fileblob(b, "", &privkey, NULL)) != 0) { in privkey_or_die()
|
| H A D | kex_fuzz.cc | 285 if ((r = sshkey_parse_private_fileblob(b, "", &privkey, NULL)) != 0) { in prepare_key()
|