Searched refs:read_keyfile_line (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dmisc.h140 int read_keyfile_line(FILE *, const char *, char *, size_t, u_long *);
H A Dauthfile.c302 while (read_keyfile_line(f, filename, line, sizeof(line),
512 while (read_keyfile_line(f, filename, line, sizeof(line),
H A Dauth-rsa.c190 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) {
H A Dauth2-pubkey.c569 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) {
734 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) {
H A Dssh-keygen.c898 while (read_keyfile_line(f, path, line, sizeof(line), &lnum) == 0) {
1944 while (read_keyfile_line(f, path, line, sizeof(line), &lnum) == 0) {
2015 while (read_keyfile_line(krl_spec, path, line, sizeof(line),
H A Dhostfile.c690 while (read_keyfile_line(f, path, line, sizeof(line), &linenum) == 0) {
H A Dssh_namespace.h539 #define read_keyfile_line Fssh_read_keyfile_line macro
H A Dssh-keyscan.c815 while (read_keyfile_line(fp,
H A Dmisc.c691 read_keyfile_line(FILE *f, const char *filename, char *buf, size_t bufsz, function

Completed in 179 milliseconds