Searched refs:DROPBEAR_SUCCESS (Results 1 – 23 of 23) sorted by relevance
/external/dropbear/ |
D | svr-authpubkey.c | 105 signbuf->len) == DROPBEAR_SUCCESS) { in svr_auth_pubkey() 235 if (ret == DROPBEAR_SUCCESS) { in checkpubkey() 283 if (checkfileperm(filename) != DROPBEAR_SUCCESS) { in checkpubkeyperms() 289 if (checkfileperm(filename) != DROPBEAR_SUCCESS) { in checkpubkeyperms() 295 if (checkfileperm(filename) != DROPBEAR_SUCCESS) { in checkpubkeyperms() 300 ret = DROPBEAR_SUCCESS; in checkpubkeyperms() 343 return DROPBEAR_SUCCESS; in checkfileperm()
|
D | svr-agentfwd.c | 86 return DROPBEAR_SUCCESS; in agentreq() 108 if (send_msg_channel_open_agent(fd) != DROPBEAR_SUCCESS) { in agentaccept() 192 if (send_msg_channel_open_init(fd, &chan_agent) == DROPBEAR_SUCCESS) { in send_msg_channel_open_agent() 194 return DROPBEAR_SUCCESS; in send_msg_channel_open_agent() 254 ret = DROPBEAR_SUCCESS; in bindagent()
|
D | svr-x11fwd.c | 88 return DROPBEAR_SUCCESS; in x11req() 194 if (send_msg_channel_open_init(fd, &chan_x11) == DROPBEAR_SUCCESS) { in send_msg_channel_open_x11() 200 return DROPBEAR_SUCCESS; in send_msg_channel_open_x11()
|
D | cli-kex.c | 86 if (buf_get_pub_key(ses.payload, hostkey, &type) != DROPBEAR_SUCCESS) { in recv_msg_kexdh_reply() 91 if (buf_getmpint(ses.payload, &dh_f) != DROPBEAR_SUCCESS) { in recv_msg_kexdh_reply() 103 != DROPBEAR_SUCCESS) { in recv_msg_kexdh_reply() 275 if (ret == DROPBEAR_SUCCESS) { in checkhostkey()
|
D | tcp-accept.c | 67 if (send_msg_channel_open_init(fd, tcpinfo->chantype) == DROPBEAR_SUCCESS) { in tcp_acceptor() 141 return DROPBEAR_SUCCESS; in listen_tcpfwd()
|
D | svr-chansession.c | 359 if (ret == DROPBEAR_SUCCESS) { in chansessionrequest() 405 return DROPBEAR_SUCCESS; in sessionsignal() 426 return DROPBEAR_SUCCESS; in sessionwinchange() 559 return DROPBEAR_SUCCESS; in sessionpty() 728 return DROPBEAR_SUCCESS; in noptycommand() 806 if (buf_readfile(motdbuf, MOTD_FILENAME) == DROPBEAR_SUCCESS) { in ptycommand() 843 return DROPBEAR_SUCCESS; in ptycommand()
|
D | rsa.c | 75 ret = DROPBEAR_SUCCESS; in buf_get_rsa_pub_key() 127 ret = DROPBEAR_SUCCESS; in buf_get_rsa_priv_key() 260 ret = DROPBEAR_SUCCESS; in buf_rsa_verify()
|
D | common-runopts.c | 51 ret = DROPBEAR_SUCCESS; in readhostkey()
|
D | svr-tcpfwd.c | 98 if (ret == DROPBEAR_SUCCESS) { in recv_msg_global_request_remotetcp() 163 ret = DROPBEAR_SUCCESS; in svr_cancelremotetcp()
|
D | buffer.c | 320 return DROPBEAR_SUCCESS; in buf_getmpint() 337 return DROPBEAR_SUCCESS; in buf_getmpint()
|
D | dropbearkey.c | 263 if (ret != DROPBEAR_SUCCESS) { 280 err = DROPBEAR_SUCCESS;
|
D | svr-kex.c | 55 if (buf_getmpint(ses.payload, &dh_e) != DROPBEAR_SUCCESS) { in recv_msg_kexdh_init()
|
D | packet.c | 269 if (checkmac(ses.readbuf, ses.decryptreadbuf) != DROPBEAR_SUCCESS) { in decrypt_packet() 325 return DROPBEAR_SUCCESS; in checkmac() 358 return DROPBEAR_SUCCESS; in checkmac()
|
D | options.h | 272 #define DROPBEAR_SUCCESS 0 macro
|
D | dss.c | 73 return DROPBEAR_SUCCESS; in buf_get_dss_pub_key() 249 ret = DROPBEAR_SUCCESS; in buf_dss_verify()
|
D | common-algo.c | 202 return DROPBEAR_SUCCESS; in have_algo()
|
D | dbutil.c | 553 ret = DROPBEAR_SUCCESS; in buf_readfile() 601 return DROPBEAR_SUCCESS; in buf_getline()
|
D | svr-runopts.c | 260 if (buf_readfile(svr_opts.banner, svr_opts.bannerfile)!=DROPBEAR_SUCCESS) { in svr_getopts()
|
D | svr-auth.c | 282 return DROPBEAR_SUCCESS; in checkusername()
|
D | cli-runopts.c | 303 if ( readhostkey(filename, key, &keytype) != DROPBEAR_SUCCESS ) { in loadidentityfile()
|
D | signkey.c | 484 ret = DROPBEAR_SUCCESS; in cmp_base64_key()
|
D | common-channel.c | 977 return DROPBEAR_SUCCESS; in send_msg_channel_open_init()
|
D | keyimport.c | 668 != DROPBEAR_SUCCESS) { in openssh_read()
|