Searched refs:sshkey_parse_private_fileblob (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssh/regress/unittests/sshkey/ |
H A D | test_fuzz.c | 123 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 D | test_file.c | 61 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 D | test_sshkey.c | 176 ASSERT_INT_EQ(sshkey_parse_private_fileblob(b, "", &ret, NULL), 0); in get_private()
|
/freebsd/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 | 279 if ((r = sshkey_parse_private_fileblob(b, "", &privkey, NULL)) != 0) { in prepare_key()
|
/freebsd/crypto/openssh/ |
H A D | ssh-add.c | 288 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 D | sshkey.h | 313 int sshkey_parse_private_fileblob(struct sshbuf *buffer,
|
H A D | ssh_namespace.h | 900 #define sshkey_parse_private_fileblob Fssh_sshkey_parse_private_fileblob macro
|
H A D | sshkey.c | 3727 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, in sshkey_parse_private_fileblob() function
|