Home | History | Annotate | Download | only in dropbear

Lines Matching full:checkpubkey

42 static int checkpubkey(unsigned char* algo, unsigned int algolen,
74 if (checkpubkey(algo, algolen, keyblob, keybloblen) == DROPBEAR_FAILURE) {
154 static int checkpubkey(unsigned char* algo, unsigned int algolen,
163 TRACE(("enter checkpubkey"))
193 TRACE(("checkpubkey: opened authorized_keys OK"))
202 TRACE(("checkpubkey: authorized_keys EOF reached"))
207 TRACE(("checkpubkey: line too short"))
220 TRACE(("checkpubkey: space character expected, isn't there"))
232 TRACE(("checkpubkey: line pos = %d len = %d", line->pos, line->len))
251 TRACE(("leave checkpubkey: ret=%d", ret))