HomeSort by: relevance | last modified time | path
    Searched refs:sshbuf_load_fd (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sshbuf-io.c 35 sshbuf_load_fd(int fd, struct sshbuf **blobp) function
89 if ((r = sshbuf_load_fd(fd, bufp)) != 0)
authfile.c 149 if ((r = sshbuf_load_fd(fd, &buffer)) != 0 ||
174 if ((r = sshbuf_load_fd(fd, &buffer)) != 0 ||
sshbuf.h 326 int sshbuf_load_fd(int, struct sshbuf **)
ssh-add.c 302 if ((r = sshbuf_load_fd(fd, &keyblob)) != 0) {

Completed in 48 milliseconds