Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dsshbuf-io.c81 sshbuf_load_file(const char *path, struct sshbuf **bufp) in sshbuf_load_file() function
H A Dsshbuf.h302 int sshbuf_load_file(const char *, struct sshbuf **)
H A Dssh-keygen.c2178 if ((r = sshbuf_load_file(path, &krlbuf)) != 0) in load_krl()
2727 if ((r = sshbuf_load_file(signature, &abuf)) != 0) { in sig_verify()
2814 if ((r = sshbuf_load_file(signature, &abuf)) != 0) { in sig_find_principals()
3643 if ((r = sshbuf_load_file(opts[i] + 10, in main()
H A Dssh_namespace.h717 #define sshbuf_load_file Fssh_sshbuf_load_file macro
H A Dkrl.c1339 if ((r = sshbuf_load_file(path, &krlbuf)) != 0) { in ssh_krl_file_contains_key()
/freebsd-13.1/crypto/openssh/regress/unittests/sshsig/
H A Dtests.c39 ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0); in load_file()
/freebsd-13.1/crypto/openssh/regress/unittests/sshkey/
H A Dcommon.c48 ASSERT_INT_EQ(sshbuf_load_file(test_data_file(name), &ret), 0); in load_file()