Searched refs:sshbuf_load_file (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/usr.bin/ssh/ |
H A D | sshbuf-io.c | 79 sshbuf_load_file(const char *path, struct sshbuf **bufp) in sshbuf_load_file() function
|
H A D | sshbuf.h | 291 int sshbuf_load_file(const char *, struct sshbuf **)
|
H A D | ssh-keygen.c | 2240 if ((r = sshbuf_load_file(path, &krlbuf)) != 0) in hash_to_blob() 2822 if ((r = sshbuf_load_file(signature, &abuf)) != 0) { in sig_verify() 2909 if ((r = sshbuf_load_file(signature, &abuf)) != 0) { in sig_find_principals() 3846 if ((r = sshbuf_load_file(opts[i] + 10, in main()
|
H A D | krl.c | 1276 if ((r = sshbuf_load_file(path, &krlbuf)) != 0) { in ssh_krl_file_contains_key()
|
/openbsd-src/regress/usr.bin/ssh/unittests/sshsig/ |
H A D | tests.c | 34 ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0); in load_file()
|
/openbsd-src/regress/usr.bin/ssh/unittests/sshkey/ |
H A D | common.c | 37 ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0); in load_file()
|