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

  /external/openssh/
hostfile.h 43 int hostfile_read_key(char **, u_int *, struct sshkey *);
auth-rsa.c 220 if (hostfile_read_key(&cp, &bits, key) == 0) {
hostfile.c 164 hostfile_read_key(char **cpp, u_int *bitsp, struct sshkey *ret) function
787 if (!hostfile_read_key(&cp, &kbits, lineinfo.key)) {
796 if (!hostfile_read_key(&cp, &kbits,

Completed in 289 milliseconds