Searched refs:sshbuf_load_fd (Results 1 – 5 of 5) sorted by relevance
34 sshbuf_load_fd(int fd, struct sshbuf **blobp) in sshbuf_load_fd() function88 if ((r = sshbuf_load_fd(fd, bufp)) != 0) in sshbuf_load_file()
158 if ((r = sshbuf_load_fd(fd, &buffer)) != 0 || in sshkey_load_private_type_fd()183 if ((r = sshbuf_load_fd(fd, &buffer)) != 0 || in sshkey_load_pubkey_from_private()
287 int sshbuf_load_fd(int, struct sshbuf **)
278 if ((r = sshbuf_load_fd(fd, &keyblob)) != 0) { in add_file()
791 #define sshbuf_load_fd Fssh_sshbuf_load_fd macro