Searched refs:read_keyfile_line (Results 1 – 8 of 8) sorted by relevance
/external/openssh/ |
D | misc.h | 136 int read_keyfile_line(FILE *, const char *, char *, size_t, u_long *);
|
D | authfile.c | 299 while (read_keyfile_line(f, filename, line, sizeof(line), in sshkey_try_load_public() 506 while (read_keyfile_line(f, filename, line, sizeof(line), in sshkey_in_file()
|
D | auth-rsa.c | 190 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) { in rsa_key_allowed_in_file()
|
D | auth2-pubkey.c | 285 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) { in match_principals_file() 346 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) { in check_authkeys_file()
|
D | ssh-keyscan.c | 766 while (read_keyfile_line(fp, in main()
|
D | hostfile.c | 689 while (read_keyfile_line(f, path, line, sizeof(line), &linenum) == 0) { in hostkeys_foreach()
|
D | misc.c | 627 read_keyfile_line(FILE *f, const char *filename, char *buf, size_t bufsz, in read_keyfile_line() function
|
D | ssh-keygen.c | 2005 while (read_keyfile_line(krl_spec, path, line, sizeof(line), in update_krl_from_file()
|