Home
last modified time | relevance | path

Searched refs:buf_getline (Results 1 – 4 of 4) sorted by relevance

/external/dropbear/
Ddbutil.h56 int buf_getline(buffer * line, FILE * authfile);
Dsvr-authpubkey.c200 if (buf_getline(line, authfile) == DROPBEAR_FAILURE) { in checkpubkey()
Dcli-kex.c232 if (buf_getline(line, hostsfile) == DROPBEAR_FAILURE) { in checkhostkey()
Ddbutil.c567 int buf_getline(buffer * line, FILE * authfile) { in buf_getline() function