Searched defs:sshkey_load_file (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dauthfile.c98 sshkey_load_file(int fd, struct sshbuf *blob) function
156 if ((r = sshkey_load_file(fd, b)) != 0)
238 if ((r = sshkey_load_file(fd, buffer)) != 0 ||
274 if ((r = sshkey_load_file(fd, buffer)) != 0 ||

Completed in 115 milliseconds