Home
last modified time | relevance | path

Searched refs:debug2 (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-12.1/crypto/openssh/
H A Dnchan.c110 debug2("channel %d: read failed", c->self); in chan_read_failed()
126 debug2("channel %d: ibuf empty", c->self); in chan_ibuf_empty()
148 debug2("channel %d: obuf empty", c->self); in chan_obuf_empty()
169 debug2("channel %d: rcvd eow", c->self); in chan_rcvd_eow()
183 debug2("channel %d: send eof", c->self); in chan_send_eof2()
207 debug2("channel %d: send close", c->self); in chan_send_close2()
231 debug2("channel %d: send eow", c->self); in chan_send_eow2()
254 debug2("channel %d: rcvd eof", c->self); in chan_rcvd_ieof()
331 debug2("channel %d: zombie", c->self); in chan_is_dead()
354 debug2("channel %d: almost dead", in chan_is_dead()
[all …]
H A Dcompat.c191 debug2("%s: original cipher proposal: %s", __func__, cipher_prop); in compat_cipher_proposal()
194 debug2("%s: compat cipher proposal: %s", __func__, cipher_prop); in compat_cipher_proposal()
205 debug2("%s: original public key proposal: %s", __func__, pkalg_prop); in compat_pkalg_proposal()
208 debug2("%s: compat public key proposal: %s", __func__, pkalg_prop); in compat_pkalg_proposal()
219 debug2("%s: original KEX proposal: %s", __func__, p); in compat_kex_proposal()
230 debug2("%s: compat KEX proposal: %s", __func__, p); in compat_kex_proposal()
H A Dauth2-hostbased.c117 debug2("%s: disabled because of invalid user", __func__); in userauth_hostbased()
151 debug2("%s: authenticated %d", __func__, authenticated); in userauth_hostbased()
178 debug2("%s: chost %s resolvedname %s ipaddr %s", __func__, in hostbased_key_allowed()
182 debug2("stripping trailing dot from chost %s", chost); in hostbased_key_allowed()
188 debug2("%s: auth_rhosts2 refused " in hostbased_key_allowed()
200 debug2("%s: auth_rhosts2 refused " in hostbased_key_allowed()
207 debug2("%s: access allowed by auth_rhosts2", __func__); in hostbased_key_allowed()
H A Dmoduli.c345 debug2("start point: 0x%s", BN_bn2hex(largebase)); in gen_candidates()
422 debug2("test q = largebase+%u", 2 * j); in gen_candidates()
606 debug2("%.24s Final %u Miller-Rabin trials (%x generator)", in prime_test()
631 debug2("%10u: comment or short line", count_in); in prime_test()
646 debug2("%10u: known composite", count_in); in prime_test()
665 debug2("%10u: (%u) Sophie-Germain", count_in, in_type); in prime_test()
682 debug2("%10u: (%u)", count_in, in_type); in prime_test()
691 debug2("Unknown prime type"); in prime_test()
700 debug2("%10u: bit size %u mismatch", count_in, in_size); in prime_test()
733 debug2("%10u: generator %d != %d", in prime_test()
[all …]
H A Dauth-bsdauth.c65 debug2("bsdauth_query: try reuse session"); in bsdauth_query()
74 debug2("bsdauth_query: new bsd auth session"); in bsdauth_query()
81 debug2("bsdauth_query: <%s>", challenge ? challenge : "empty"); in bsdauth_query()
H A Dchannels.c893 debug2("channel %d: send open", id); in channel_send_open()
1048 debug2("channel %d: " in channel_pre_open()
1159 debug2("X11 rejected %d i%d/o%d", in channel_pre_x11_open()
1209 debug2("channel %d: decode socks4", c->self); in channel_decode_socks4()
1336 debug2("channel %d: decode socks5", c->self); in channel_decode_socks5()
1919 debug2("channel %d: read<=0 rfd %d len %zd",
1922 debug2("channel %d: not open", c->self);
2005 debug2("channel %d: not open", c->self);
2086 debug2("channel %d: closing read-efd %d",
2505 debug2("channel %d: "
[all …]
H A Dhostfile.c80 debug2("extract_salt: string too short"); in extract_salt()
84 debug2("extract_salt: invalid magic identifier"); in extract_salt()
90 debug2("extract_salt: missing salt termination character"); in extract_salt()
97 debug2("extract_salt: bad encoded salt length %u", b64len); in extract_salt()
107 debug2("extract_salt: salt decode error"); in extract_salt()
111 debug2("extract_salt: expected salt len %zd, got %d", in extract_salt()
726 debug2("%s: %s:%ld: bad host hash \"%.32s\"", in hostkeys_foreach()
739 debug2("%s: %s:%ld: bad ip hash " in hostkeys_foreach()
763 debug2("%s:%ld: truncated before key type", in hostkeys_foreach()
812 debug2("%s:%ld: truncated after key type", in hostkeys_foreach()
H A Dmux.c316 debug2("Unrecognised slave extension \"%s\"", name); in process_mux_master_hello()
437 debug2("%s: session already open", __func__); in process_mux_new_session()
458 debug2("%s: session refused by user", __func__); in process_mux_new_session()
788 debug2("%s: found existing forwarding", in process_mux_open_fwd()
801 debug2("%s: found allocated port", __func__); in process_mux_open_fwd()
816 debug2("%s: forwarding refused by user", __func__); in process_mux_open_fwd()
994 debug2("%s: channel %d: request stdio fwd to %s:%u", in process_mux_stdio_fwd()
1018 debug2("%s: session already open", __func__); in process_mux_stdio_fwd()
1032 debug2("%s: stdio fwd refused by user", __func__); in process_mux_stdio_fwd()
1648 debug2("%s: master version %u", __func__, ver); in mux_client_hello_exchange()
[all …]
H A Dsshconnect2.c430 debug2("service_accept: %s", reply); in input_userauth_service_accept()
624 debug2("input_userauth_pk_ok: fp %s", fp); in input_userauth_pk_ok()
979 debug2("input_userauth_passwd_changereq"); in input_userauth_passwd_changereq()
1204 debug2("%s: using private key \"%s\"%s for " in sign_and_send_pubkey()
1371 debug2("no passphrase given, try next key"); in load_identity_file()
1386 debug2("bad passphrase given, try again..."); in load_identity_file()
1390 debug2("Load key \"%s\": %s", in load_identity_file()
1577 debug2("key: %s (%p)%s%s", id->filename, id->key, in pubkey_prepare()
1694 debug2("userauth_kbdint"); in userauth_kbdint()
1722 debug2("input_userauth_info_req"); in input_userauth_info_req()
[all …]
H A Daddrmatch.c384 debug2("%s: couldn't parse address %.100s", __func__, addr); in addr_match_list()
400 debug2("%s: inconsistent mask length for " in addr_match_list()
444 debug2("%s: couldn't parse address %.100s", __func__, addr); in addr_match_cidr_list()
H A Dkex.c346 debug2("%s: %s", proposal_names[i], proposal[i]); in kex_buf2prop()
354 debug2("first_kex_follows %d ", v); in kex_buf2prop()
355 debug2("reserved %u ", i); in kex_buf2prop()
806 debug2("proposal mismatch: my %s peer %s", in proposals_match()
811 debug2("proposals match"); in proposals_match()
826 debug2("local %s KEXINIT proposal", kex->server ? "server" : "client"); in kex_choose_conf()
829 debug2("peer %s KEXINIT proposal", kex->server ? "client" : "server"); in kex_choose_conf()
H A Dauth2-pubkey.c167 debug2("%s: disabled because of invalid user", in userauth_pubkey()
207 debug2("%s: disabled because of invalid user", in userauth_pubkey()
235 debug2("%s: authenticated %d pkalg %s", __func__, authenticated, pkalg); in userauth_pubkey()
579 debug2("%s: check options: '%s'", loc, cp); in check_authkey_line()
588 debug2("%s: advance: '%s'", loc, cp); in check_authkey_line()
749 debug2("%s: CA %s %s is not listed in %s: %s", __func__, in user_cert_trusted_ca()
H A Dauth2.c286 debug2("%s: setting up authctxt for %s", in input_userauth_request()
354 debug2("input_userauth_request: try method %s", method); in input_userauth_request()
527 debug2("Unrecognized authentication method name: %s", in authmethod_lookup()
688 debug2("authentication methods list %d complete", i); in auth2_update_methods_lists()
H A Dlog.h72 void debug2(const char *, ...) __attribute__((format(printf, 1, 2)));
H A Dauth2-chall.c182 debug2("kbdint_next_device: devices %s", kbdintctxt->devices ? in kbdint_next_device()
228 debug2("auth2_challenge_start: devices %s", in auth2_challenge_start()
H A Ddispatch.c109 debug2("skipped packet (type %u)", type); in ssh_dispatch_run()
H A Dclientloop.c243 debug2("%s: cancel scheduled exit", __func__); in set_control_persist_exit_time()
249 debug2("%s: schedule exit in %d seconds", __func__, in set_control_persist_exit_time()
357 debug2("%s: %s", __func__, cmd); in client_x11_get_proto()
383 debug2("x11_get_proto: %s", cmd); in client_x11_get_proto()
445 debug2("%s: changed", __func__); in client_check_window_change()
673 debug2("%s request accepted on channel %d", in client_status_confirm()
2189 debug2("%s: id %d", __func__, id); in client_session2_setup()
H A Dssh.c326 debug2("%s: could not resolve name %.100s as address: %s", in resolve_addr()
415 debug2("%s: hostname %.100s is address", __func__, *hostp); in resolve_canonicalize()
417 debug2("%s: canonicalised address \"%s\" => \"%s\"", in resolve_canonicalize()
498 debug2("%s: host %s not found in any suffix", __func__, *hostp); in resolve_canonicalize()
1364 debug2("resolving \"%s\" port %d", host, options.port); in main()
1546 debug2("%s: background process is %ld", __func__, (long)pid); in control_persist_detach()
H A Dssh-ed25519.c145 debug2("%s: crypto_sign_ed25519_open failed: %d", in ssh_ed25519_verify()
H A Dauth-rhosts.c198 debug2("auth_rhosts2: clientuser %s hostname %s ipaddr %s", in auth_rhosts2()
H A Dssh-xmss.c169 debug2("%s: crypto_sign_xmss_open failed: %d", in ssh_xmss_verify()
H A Dssh_api.c520 debug2("%s: orig/%d %s", __func__, ssh->kex->server, orig); in _ssh_order_hostkeyalgs()
521 debug2("%s: replace/%d %s", __func__, ssh->kex->server, replace); in _ssh_order_hostkeyalgs()
/freebsd-12.1/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c147 debug2("ldns: got %u answers from DNS", rrset->rri_nrdatas); in getrrsetbyname()
155 debug2("ldns: trying to validate RRset"); in getrrsetbyname()
161 debug2("ldns: got %u signature(s) (RRTYPE %u) from DNS", in getrrsetbyname()
167 debug2("ldns: RRset is signed with a valid key"); in getrrsetbyname()
169 debug2("ldns: RRset validation failed: %s", in getrrsetbyname()
H A Dport-solaris.c84 debug2("%s: setting up process contract template on fd %d", in solaris_contract_pre_fork()
127 debug2("%s: clearing process contract template on fd %d", in solaris_contract_post_fork_child()
146 debug2("%s: clearing template (fd %d)", __func__, tmpl_fd); in solaris_contract_post_fork_parent()
170 debug2("%s: abandoning contract id %ld", __func__, ctid); in solaris_contract_post_fork_parent()
/freebsd-12.1/sys/gnu/dts/arm/
H A Dkeystone-k2hk-evm.dts41 debug2 {
42 label = "keystone:blue:debug2";

12