Searched refs:sshbuf_load_file (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsshbuf-io.c82 sshbuf_load_file(const char *path, struct sshbuf **bufp) function
H A Dsshbuf.h290 int sshbuf_load_file(const char *, struct sshbuf **)
H A Dssh-keygen.c2201 if ((r = sshbuf_load_file(path, &krlbuf)) != 0)
2783 if ((r = sshbuf_load_file(signature, &abuf)) != 0) {
2870 if ((r = sshbuf_load_file(signature, &abuf)) != 0) {
3796 if ((r = sshbuf_load_file(opts[i] + 10,
H A Dkrl.c1285 if ((r = sshbuf_load_file(path, &krlbuf)) != 0) {

Completed in 193 milliseconds