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

  /external/openssh/
misc.h 104 int read_keyfile_line(FILE *, const char *, char *, size_t, u_long *);
auth2-pubkey.c 214 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) {
283 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) {
auth-rsa.c 184 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) {
hostfile.c 253 while (read_keyfile_line(f, path, line, sizeof(line), &linenum) == 0) {
authfile.c 763 while (read_keyfile_line(f, filename, line, sizeof(line),
915 while (read_keyfile_line(f, filename, line, sizeof(line),
ssh-keyscan.c 728 while (read_keyfile_line(fp,
misc.c 626 read_keyfile_line(FILE *f, const char *filename, char *buf, size_t bufsz, function

Completed in 92 milliseconds