Home | History | Annotate | Download | only in dropbear

Lines Matching refs:DROPBEAR_SUCCESS

105 				signbuf->len) == DROPBEAR_SUCCESS) {
153 /* Returns DROPBEAR_SUCCESS if key is ok for auth, DROPBEAR_FAILURE otherwise */
235 if (ret == DROPBEAR_SUCCESS) {
256 /* Returns DROPBEAR_SUCCESS if file permissions for pubkeys are ok,
283 if (checkfileperm(filename) != DROPBEAR_SUCCESS) {
289 if (checkfileperm(filename) != DROPBEAR_SUCCESS) {
295 if (checkfileperm(filename) != DROPBEAR_SUCCESS) {
300 ret = DROPBEAR_SUCCESS;
311 /* returns DROPBEAR_SUCCESS or DROPBEAR_FAILURE */
343 return DROPBEAR_SUCCESS;