HomeSort by relevance Sort by last modified time
    Searched refs:sshkey_load_file (Results 1 - 8 of 8) 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
169 if ((r = sshkey_load_file(fd, b)) != 0)
254 if ((r = sshkey_load_file(fd, buffer)) != 0 ||
290 if ((r = sshkey_load_file(fd, buffer)) != 0 ||
key.c 314 if ((r = sshkey_load_file(fd, blob)) != 0) {
ssh-add.c 209 if ((r = sshkey_load_file(fd, keyblob)) != 0) {
krl.c     [all...]
ssh-keygen.c     [all...]
  /external/openssh/regress/unittests/sshkey/
common.c 47 ASSERT_INT_EQ(sshkey_load_file(fd, ret), 0);
  /external/openssh/regress/misc/kexfuzz/
kexfuzz.c 432 if ((r = sshkey_load_file(fd, replace_data)) != 0)

Completed in 204 milliseconds