Home
last modified time | relevance | path

Searched refs:sshbuf_putf (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/crypto/openssh/
H A Dauth-shadow.c74 if ((r = sshbuf_putf(loginmsg, in auth_shadow_acctexpired()
133 if ((r = sshbuf_putf(loginmsg, in auth_shadow_pwexpired()
H A Dsshlogin.c119 r = sshbuf_putf(loginmsg, "Last login: %s\r\n", in store_lastlog_message()
122 r = sshbuf_putf(loginmsg, "Last login: %s from %s\r\n", in store_lastlog_message()
H A Dauth-passwd.c152 if ((r = sshbuf_putf(loginmsg, in warn_expiry()
159 if ((r = sshbuf_putf(loginmsg, in warn_expiry()
H A Dclientloop.c560 if ((r = sshbuf_putf(stderr_buffer, in client_wait_until_can_do_something()
619 if ((r = sshbuf_putf(stderr_buffer, in client_process_net_input()
639 if ((r = sshbuf_putf(stderr_buffer, in client_process_net_input()
904 if ((r = sshbuf_putf(b, in print_escape_help()
921 if ((r = sshbuf_putf(b, in print_escape_help()
990 if ((r = sshbuf_putf(berr, in process_escapes()
998 if ((r = sshbuf_putf(berr, in process_escapes()
1010 if ((r = sshbuf_putf(berr, in process_escapes()
1033 if ((r = sshbuf_putf(berr, in process_escapes()
1045 if ((r = sshbuf_putf(berr, in process_escapes()
[all …]
H A Dauth2.c492 if ((r = sshbuf_putf(b, "%s%s", sshbuf_len(b) ? "," : "", in authmethods_get()
793 if ((r = sshbuf_putf(authctxt->session_info, "%s%s%s", in auth2_update_session_info()
811 (r = sshbuf_putf(authctxt->session_info, "%s", in auth2_update_session_info()
H A Dsshbuf.h165 int sshbuf_putf(struct sshbuf *buf, const char *fmt, ...)
H A Dauth2-chall.c117 if ((r = sshbuf_putf(b, "%s%s", in kbdint_alloc()
H A Dauth-pam.c642 if ((r = sshbuf_putf(loginmsg, "%s\n", in sshpam_store_conv()
1310 if ((r = sshbuf_putf(loginmsg, "%s\n", in sshpam_passwd_conv()
H A Dssh_api.c413 if ((r = sshbuf_putf(banner, "SSH-2.0-%.100s\r\n", SSH_VERSION)) != 0) in _ssh_send_banner()
H A Dsshbuf-getput-basic.c347 sshbuf_putf(struct sshbuf *buf, const char *fmt, ...) in sshbuf_putf() function
H A Dsshsig.c958 if ((r = sshbuf_putf(nprincipals, "%s%s", in cert_filter_principals()
H A Dssh_namespace.h746 #define sshbuf_putf Fssh_sshbuf_putf macro
H A Dkex.c1190 if ((r = sshbuf_putf(our_version, "SSH-%d.%d-%.100s%s%s\r\n", in kex_exchange_identification()
H A Dsshd.c627 if ((r = sshbuf_putf(b, "%s%s", sshbuf_len(b) > 0 ? "," : "", s)) != 0)
H A Dssh.c1128 if ((r = sshbuf_putf(command, "%s%s", in main()
H A Dsshconnect2.c2328 if ((r = sshbuf_putf(b, "%s%s", in authmethods_get()
H A Dchannels.c901 if ((r = sshbuf_putf(buf, in channel_open_message()
931 if ((r = sshbuf_putf(buf, " #%d %.300s (%s)\r\n", in channel_open_message()
H A Dsshkey.c1533 if ((r = sshbuf_putf(b, "%s %s", in sshkey_format_text()
/freebsd-13.1/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_basic.c411 r = sshbuf_putf(p1, "%s %d %x", "hello", 23, 0x5f); in sshbuf_getput_basic_tests()