Searched refs:sshbuf_load_file (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/crypto/openssh/ |
| H A D | sshbuf-io.c | 81 sshbuf_load_file(const char *path, struct sshbuf **bufp) in sshbuf_load_file() function
|
| H A D | sshbuf.h | 287 int sshbuf_load_file(const char *, struct sshbuf **)
|
| H A D | ssh-keygen.c | 2239 if ((r = sshbuf_load_file(path, &krlbuf)) != 0) in load_krl() 2821 if ((r = sshbuf_load_file(signature, &abuf)) != 0) { in sig_verify() 2908 if ((r = sshbuf_load_file(signature, &abuf)) != 0) { in sig_find_principals() 3839 if ((r = sshbuf_load_file(opts[i] + 10, in main()
|
| H A D | ssh_namespace.h | 787 #define sshbuf_load_file Fssh_sshbuf_load_file macro
|
| H A D | krl.c | 1280 if ((r = sshbuf_load_file(path, &krlbuf)) != 0) { in ssh_krl_file_contains_key()
|
| /freebsd-14.2/crypto/openssh/regress/unittests/sshsig/ |
| H A D | tests.c | 40 ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0); in load_file()
|
| /freebsd-14.2/crypto/openssh/regress/unittests/sshkey/ |
| H A D | common.c | 47 ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0); in load_file()
|