HomeSort by relevance Sort by last modified time
    Searched refs:sshkey_load_file (Results 1 - 6 of 6) sorted by null

  /external/openssh/
authfile.h 38 int sshkey_load_file(int, struct sshbuf *);
authfile.c 98 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 ||
key.c 314 if ((r = sshkey_load_file(fd, blob)) != 0) {
ssh-add.c 210 if ((r = sshkey_load_file(fd, keyblob)) != 0) {
krl.c     [all...]
ssh-keygen.c     [all...]

Completed in 2061 milliseconds