Home | History | Annotate | Download | only in dropbear

Lines Matching refs:TRACE

44 	TRACE(("enter cli_pubkeyfail"))
58 TRACE(("leave cli_pubkeyfail"))
70 TRACE(("enter recv_msg_userauth_pk_ok"))
74 TRACE(("recv_msg_userauth_pk_ok: type %d", keytype))
87 TRACE(("types differed"))
101 TRACE(("lengths differed: localh %d remote %d", keybuf->len, remotelen))
108 TRACE(("data differed"))
118 TRACE(("matching key"))
123 TRACE(("That was whacky. We got told that a key was valid, but it didn't match our list. Sounds like dodgy code on Dropbear's part"))
126 TRACE(("leave recv_msg_userauth_pk_ok"))
136 TRACE(("enter send_msg_userauth_pubkey"))
158 TRACE(("realsign"))
169 TRACE(("leave send_msg_userauth_pubkey"))
174 TRACE(("enter cli_auth_pubkey"))
181 TRACE(("leave cli_auth_pubkey-success"))
184 TRACE(("leave cli_auth_pubkey-failure"))