Home
last modified time | relevance | path

Searched refs:sshbuf_load_file (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.bin/ssh/
H A Dsshbuf-io.c79 sshbuf_load_file(const char *path, struct sshbuf **bufp) in sshbuf_load_file() function
H A Dsshbuf.h291 int sshbuf_load_file(const char *, struct sshbuf **)
H A Dssh-keygen.c2240 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 Dkrl.c1276 if ((r = sshbuf_load_file(path, &krlbuf)) != 0) { in ssh_krl_file_contains_key()
/openbsd-src/regress/usr.bin/ssh/unittests/sshsig/
H A Dtests.c34 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 Dcommon.c37 ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0); in load_file()