HomeSort by relevance Sort by last modified time
    Searched full:checkpubkey (Results 1 - 2 of 2) sorted by null

  /external/dropbear/
svr-authpubkey.c 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, function
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)
    [all...]
signkey.c 455 TRACE(("checkpubkey: base64 decode failed"))
458 TRACE(("checkpubkey: base64_decode success"))
470 TRACE(("checkpubkey: compare failed"))
479 TRACE(("checkpubkey: algo match failed"))

Completed in 290 milliseconds