Searched refs:sshkey_parse_private_fileblob (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/crypto/openssh/regress/unittests/sshkey/ |
| H A D | test_fuzz.c | 112 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 D | test_file.c | 57 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 D | test_sshkey.c | 171 ASSERT_INT_EQ(sshkey_parse_private_fileblob(b, "", &ret, NULL), 0); in get_private()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | ssh-add.c | 233 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 D | sshkey.h | 214 int sshkey_parse_private_fileblob(struct sshbuf *buffer,
|
| H A D | authfile.c | 251 (r = sshkey_parse_private_fileblob(buffer, passphrase, keyp, in sshkey_load_private()
|
| H A D | ssh_namespace.h | 750 #define sshkey_parse_private_fileblob Fssh_sshkey_parse_private_fileblob macro
|
| H A D | sshkey.c | 4002 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, in sshkey_parse_private_fileblob() function
|