Home | History | Annotate | Download | only in dropbear

Lines Matching refs:DROPBEAR_FAILURE

74 	if (checkpubkey(algo, algolen, keyblob, keybloblen) == DROPBEAR_FAILURE) {
90 if (buf_get_pub_key(ses.payload, key, &type) == DROPBEAR_FAILURE) {
153 /* Returns DROPBEAR_SUCCESS if key is ok for auth, DROPBEAR_FAILURE otherwise */
159 int ret = DROPBEAR_FAILURE;
166 if (have_algo(algo, algolen, sshhostkey) == DROPBEAR_FAILURE) {
174 if (checkpubkeyperms() == DROPBEAR_FAILURE) {
200 if (buf_getline(line, authfile) == DROPBEAR_FAILURE) {
257 * DROPBEAR_FAILURE otherwise.
264 int ret = DROPBEAR_FAILURE;
311 /* returns DROPBEAR_SUCCESS or DROPBEAR_FAILURE */
320 return DROPBEAR_FAILURE;
339 return DROPBEAR_FAILURE;