Home
last modified time | relevance | path

Searched refs:sshbuf_load_fd (Results 1 – 4 of 4) sorted by relevance

/dports/security/openssh-portable/openssh-8.8p1/
H A Dsshbuf-io.c34 sshbuf_load_fd(int fd, struct sshbuf **blobp) in sshbuf_load_fd() function
88 if ((r = sshbuf_load_fd(fd, bufp)) != 0) in sshbuf_load_file()
H A Dauthfile.c160 if ((r = sshbuf_load_fd(fd, &buffer)) != 0 || in sshkey_load_private_type_fd()
185 if ((r = sshbuf_load_fd(fd, &buffer)) != 0 || in sshkey_load_pubkey_from_private()
H A Dsshbuf.h300 int sshbuf_load_fd(int, struct sshbuf **)
H A Dssh-add.c263 if ((r = sshbuf_load_fd(fd, &keyblob)) != 0) { in add_file()