Searched refs:sshkey_load_file (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | authfile.c | 97 sshkey_load_file(int fd, struct sshbuf *blob) in sshkey_load_file() function 214 if ((r = sshkey_load_file(fd, buffer)) != 0 || in sshkey_load_private_type_fd() 250 if ((r = sshkey_load_file(fd, buffer)) != 0 || in sshkey_load_private()
|
| H A D | authfile.h | 38 int sshkey_load_file(int, struct sshbuf *);
|
| H A D | ssh-add.c | 223 if ((r = sshkey_load_file(fd, keyblob)) != 0) { in add_file()
|
| H A D | ssh_namespace.h | 740 #define sshkey_load_file Fssh_sshkey_load_file macro
|
| H A D | krl.c | 1282 if ((r = sshkey_load_file(fd, krlbuf)) != 0) { in ssh_krl_file_contains_key()
|
| H A D | ssh-keygen.c | 2103 if ((r = sshkey_load_file(fd, krlbuf)) != 0) in load_krl()
|
| /freebsd-12.1/crypto/openssh/regress/unittests/sshkey/ |
| H A D | common.c | 47 ASSERT_INT_EQ(sshkey_load_file(fd, ret), 0); in load_file()
|
| /freebsd-12.1/crypto/openssh/regress/misc/kexfuzz/ |
| H A D | kexfuzz.c | 432 if ((r = sshkey_load_file(fd, replace_data)) != 0) in main()
|