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 *, Key *);
hostfile.c 156 hostfile_read_key(char **cpp, u_int *bitsp, Key *ret) function
294 if (!hostfile_read_key(&cp, &kbits, key)) {
297 if (!hostfile_read_key(&cp, &kbits, key)) {
auth-rsa.c 214 if (hostfile_read_key(&cp, &bits, key) == 0) {

Completed in 46 milliseconds